- 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
28 lines
912 B
Swift
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"
|
|
}
|
|
}
|