Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Prerequisites

...

  1. Add the Initialization code.

  2. Add the wrapper/trigger (transitions or button clicks) into your app.

  3. Follow our ad format guides for their implementation.

  4. Test everything is working

  5. Change everything to production code

  6. 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)
depth1
allChildrentrue
style
pageAndroid - Ad Formats
sortAndReverse
first0

Go into production

  • Remove the methods R89SDK.setDebug()

  • Change the Google app id in the manifest for the production one

  • Change the appId and publisherId 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.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.

...