Change Ad Ids
- Open the file
pro_web / lib / constants.dart
. - Edit the following variables.
For example
const androidInterstitialAdId = 'ca-app-pub-XXXXXXXXXXXXXXXX/1033173712';
const iosInterstitialAdId = 'ca-app-pub-XXXXXXXXXXXXXXXX/4411468910';
Android Setting
- Go to
android/app/src/main/AndroidManifest.xml
and update adaccount id
on line 109.
For example
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-XXXXXXXXXXXXXXXX~3347511713"/>
iOS Setting
- Go to
ios/Runner/Info.plist
and update adaccount id
on line 43
For example
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-XXXXXXXXXXXXXXXX~3347511713</string>