Ads
Google Admob - Banner & Interstitial
Banner Ads
please change admob banner ID in res/value/string.xml
<string name="banner_ad_unit_id">ca-app-pub-46199952.......</string>
Interstitial ADS
change the admob interstitial ID in res/value/string.xml
<string name="interstitial_ad_unit_id">ca-app-pub-4619995241......</string>
Admob App ID
Based on this article https://developers.google.com/admob/android/quick-start new admob required admob app id
<string name="admob_app_id">ca-app-pub-323967........</string>
Last updated