...
Remove the methods
R89SDK.shared.setDebug()
.Change the Google app ID
GADApplicationIdentifier
in the manifestinfo.plist
for the production one.Change the
appId
andpublisherId
in the initialization method for the production ones.Change the
r89ConfigId
in the formats for the production ones.it’s also recommended to remove
R89SDK.shared.setLogLevel(level: LogLevels.DEBUGdebug)
but not needed.
How does it work?
Works by creating a channel linking our SDK to your current in-web monetization solutions. This channel just makes sure that the ad units on the web know that the current environment is app and also sends the consent data so you get the same consent on both sides complying with privacy policies.
...