...
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?
We fetch all ad unit configurations from our Database and you simply need to place the ad units using the RefineryAdFactory
and the r89ConfigurationIDs
we provide you. Incorporate them into the desired views.
Check iOS - Ad Formats to see how each format is implemented.