Table of Contents | ||
---|---|---|
|
Prerequisites
Do Android Get Started all the way until finishing step 3
...
Add the Initialization code.
Add the wrapper/trigger (transitions or button clicks) into your app.
Follow our ad format guides for their implementation.
Test everything is working
Change everything to production code
Your app is now prepared for monetization with us.
...
Then add this application class to the manifest you already had from the Android Get Started.
The code for adding the application is the following
...
Child pages (Children Display) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Go into production
Remove the methods
R89SDK.setDebug()
Change the Google app id in the manifest for the production one
Change the
appId
andpublisherId
in the initialization method for the production onesChange the
r89ConfigId
in the formats for the production onesit’s also recommended to remove
R89SDK.setLogLevel(LogLevels.DEBUG)
but not needed
How does it works?
We fetch all ad units 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.
...