Files
Woka_Native_iOS/WOKA/Constants K/GoogleAdIDs.swift
BilalKhanWDI 7efcbb2d24 - Worked on my list and notification bottom Banner
- Tc - 69 fixed
- Tc - 70 fixed
- TC 71 fixed
- Added local ads to fm and more section
- Added local ads to mylist
- Fixed a bug for sync
* Fixed the crashing by temporary updating the wokastaging with raw data
2024-10-01 19:57:04 +05:30

50 lines
1.7 KiB
Swift

//
// GoogleAdIDs.swift
// WOKA
//
// Created by MacBook Pro on 09/09/24.
//
import Foundation
extension K{
struct GoogleAdIDs{
static let wokaFM = "ca-app-pub-5699008063638916/1888514001"
static let webSeries1 = "ca-app-pub-5699008063638916/1393141241"
static let webSeries2 = "ca-app-pub-5699008063638916/4168877199"
static let karaoke1 = "ca-app-pub-5699008063638916/8596637987"
static let karaoke2 = "ca-app-pub-5699008063638916/1903237126"
static let shop = "ca-app-pub-5699008063638916/4110598069"
static let audioBooks1 = "ca-app-pub-5699008063638916/9889538353"
static let audioBooks2 = "ca-app-pub-5699008063638916/1711665437"
static let games1 = "ca-app-pub-5699008063638916/1159570479"
static let games2 = "ca-app-pub-5699008063638916/6487918777"
static let myListNotifications = "ca-app-pub-5699008063638916/8922510426"
static let blogs = "ca-app-pub-5699008063638916/8441860789"
//
//
//
static let test = "ca-app-pub-3940256099942544/2934735716"
// static let karaoke = "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"
}
}