5.1 Admob Setup for Android
Last updated
Last updated
Follow these steps only for production (release):
From your AdMob account, create an app for android. You will get an app id for android.
Create One Interstitial Ad unit.
Now, go to the android/app/src/main/AndroidManifest.xml file and change the AdMob app id(Android) with yours.
Go to the lib/configs/config.dart file and change the admobAppId, and admobInterstitialAdId with your values.