Skip to main content

Change Ad Ids

  1. Open the file pro_web / lib / constants.dart.
  2. Edit the following variables.
For example
const androidInterstitialAdId = 'ca-app-pub-XXXXXXXXXXXXXXXX/1033173712';
const iosInterstitialAdId = 'ca-app-pub-XXXXXXXXXXXXXXXX/4411468910';

Android Setting

  1. Go to android/app/src/main/AndroidManifest.xml and update ad account 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

  1. Go to ios/Runner/Info.plist and update ad account id on line 43
For example
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-XXXXXXXXXXXXXXXX~3347511713</string>