Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In the dart code remove the methods R89SDK.setDebug() and addTestingSingleTagData().

  • In the Android module change the App com.google.android.gms.ads.APPLICATION_ID in the manifest for the production one.

  • In the iOS module change the GADApplicationIdentifier in the info.plist for the production one.

  • In the dart code change the appId and publisherId in the initialization method for the production ones.

  • it’s also recommended to remove R89SDK.setLogLevel(LogLevels.DEBUG) but not required.

...