Ads

Configure adsense, In this app you must replace your ID with your own data, at file Config.swift

var ADMOB_REWARD = "ca-app-pub-6041813634434181/7847720450" // Admob reward ads id

Based on this article https://developers.google.com/admob/ios/quick-start new admob required admob app id

GADApplicationIdentifier=ca-app-pub-8915706349520340~2788515259

Disable

new we make easy way to disable or enable adsense in the app, you only need to set boolean value with TRUE or FALSE

//Admob

var IS_AD_ENABLE = true //set it false if you dont want display ads

Last updated