Explore
2.0
2.0
  • Explore
  • Welcome
  • Getting Started
    • Installation
    • Import Project
  • Structure
  • Integration
  • Ads
    • GDPR
  • Analytics
  • Realm DB
  • Custom Color
  • Change Log
Powered by GitBook
On this page
  • Config Admob
  • Disable

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

PreviousIntegrationNextGDPR

Last updated 6 years ago