7.2 Admob Setup for iOS
Last updated
Last updated
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 3 ad units like Android. One banner, One Interstitial, and One Native.
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 interstitialAdUnitIdiOS, bannerAdUnitIdiOS, and nativeAdUnitIdiOS with your values.