9.1.2 Admob Setup for iOS

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 3 ad units. One banner, One Interstitial & One Native Ad.

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

  • Go to the lib/config/ad_config.dart file and change the ad unit ids with your values.

Last updated