...
Prerequisites
Do Flutter Get Started all the way until finishing step 43.
Step
...
summary
Add the Initialization code.
Add the Tagged Wrappers, Tagged Buttons
Note the Transitions Events
Add the testing Single Data
Test everything is working
Change everything to production code
Your app is now prepared for monetization with us.
...
In the dart code remove the methods
R89SDK.setDebug()
andaddTestingSingleTagData()
.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 theinfo.plist
for the production one.In the dart code change the
appId
andpublisherId
in the initialization method for the production ones.it’s also recommended to remove
R89SDK.setLogLevel(LogLevels.DEBUG)
but not required.
...