Documentation

​
​

Development

User Acquisition

Monetization

Industry

LevelPlay SDK - Android

Unity SDK

Android SDK

iOS SDK

Adobe AIR SDK

Flutter SDK

React Native SDK

LevelPlay SDK - Android

Unity LevelPlay
​
​
Android SDK
  • Get started
  • Regulations and settings
  • Ad formats
  • Mediated networks
  • Test your integration
    • LevelPlay integration test suite
    • Integration Helper for Android
    • Test your integration
    • Integration checklists
      • Android SDK integration checklist
      • Android rewarded video integration
      • Android interstitial integration
      • Frequent mistakes checklist
    • Troubleshoot no ads displaying
    • Troubleshoot the TCF consent log
    • Troubleshoot Android build failures caused by Kotlin 2
    • Test Ad Quality SDK integration
  1. Grow your game
  2. Unity LevelPlay
  3. LevelPlay SDK
  4. LevelPlay SDK for Android developers

Android SDK integration checklist

Review the integration of the LevelPlay SDK in your Android app by verifying key steps such as adding the SDK, configuring ad units, updating the AndroidManifest.xml, and initializing the SDK for proper ad mediation.
Read time 1 minute
Last updated 3 months ago

Integrate the Android SDK | Checklist

Add Your App

Log in to the LevelPlay platform and add your app (If your app isn’t live yet, make sure to scrape your app after the final submission to the app marketplace.)

Set Up Ad Units

Define your ad units and placements on the Ad Units page. Set the item name and reward amount for rewarded ad units like Rewarded Video.

Add the SDK to Your Project

Add the LevelPlay SDK to your project through Gradle or Manual Download

Update AndroidManifest.xml

Add the necessary permissions and activities to your AndroidManifest

Integrate Google Play Services

Make sure you’ve implemented the latest Google Play Services version

Override the Activity Lifecycle Method

Override the onPause(), onResume() methods in each of your activities

Set the Listeners

Register to the Listeners of the ad units you set up earlier on the LevelPlay platform

Set UserID

If using server-to-server callbacks to reward your users for Rewarded Video, you must set the UserID. In addition, the userID parameter must be set before you make the init request.

Init the SDK

Initialize the SDK using the app key generated on the LevelPlay platform. We recommend referring to the ad units you set up earlier in the ad unit parameter like this
IronSource.init(this, appKey, YOUR_AD_UNITS);
Also, refer to our Ad Units Integration Checklists:
  • Rewarded Video
  • Interstitial

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Integrate the Android SDK | Checklist

      • Add Your App

      • Set Up Ad Units

      • Add the SDK to Your Project

      • Update AndroidManifest.xml

      • Integrate Google Play Services

      • Override the Activity Lifecycle Method

      • Set the Listeners

      • Set UserID

      • Init the SDK


Report a problem with this page