Files
Woka_Native_iOS/WOKA/Constants K/GoogleAdIDs.swift
Bilal dcbbfc3417 - made theme 2 banner dynamic, if ad loads then only it will be shown
- made radio ad dynamic, now ad will show up only if ad is received
- added a retry count to fm, it will try 4 times to connect to the server if not then showing the reload btn
2024-09-19 01:22:04 +05:30

28 lines
912 B
Swift

//
// GoogleAdIDs.swift
// WOKA
//
// Created by MacBook Pro on 09/09/24.
//
import Foundation
extension K{
struct GoogleAdIDs{
static let webSeries = "ca-app-pub-5699008063638916/1393141241"
static let test = "ca-app-pub-3940256099942544/2934735716"
static let karaoke = "ca-app-pub-3940256099942544/2934735716"
static let audioBooks = "ca-app-pub-3940256099942544/2934735716"
static let games = "ca-app-pub-3940256099942544/2934735716"
static let gamesDetailsInterStial = "ca-app-pub-5699008063638916/8126400123"
// static let themeTwo = "ca-app-pub-3940256099942544/2934735716"
static let themeTwo = "ca-app-pub-5699008063638916/1393141241"
static let splashBanner1 = "ca-app-pub-5699008063638916/1393141241"
static let splashBanner2 = "ca-app-pub-5699008063638916/1888514001"
}
}