8.2 Admob Setup for iOS

You shouldn't use the android values here.

Follow these steps only for production (release):

  • From your AdMob account, create an app for iOS. You will get an app id for iOS.

  • Create One Interstitial Ad Unit.

  • Now, go to the ios/Runner/Info.plist file and change the AdMob app(iOS) with yours.

  • Go to the lib/configs/ad_config.dart file and change the appIdiOS and interstitialAdUnitIdiOS with your values.

Last updated