Ads
Google Admob - Banner & Interstitial
Config Admob
Configure adsense, In this app you must replace this 3 ID with your own data, at file res/values/strings.xml
<string name="admob_app_id">ca-app-pub-3239.....~598......</string>
<string name="interstitial_ad_unit_id">ca-app-pub-32396...</string>
<string name="banner_ad_unit_id">ca-app-pub-32396779206...</string>
Disable
Now we make easy way to disable or enable ads in the app, you only need to set boolean value with TRUE or FALSE at file data/AppConfig.java
Last updated