Android SDK integration checklist
Review the integration of the ironSource 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 minuteLast updated 6 hours 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 ironSource SDK to your project through Gradle or Manual DownloadUpdate AndroidManifest.xml
Add the necessary permissions and activities to your AndroidManifestIntegrate Google Play Services
Make sure you’ve implemented the latest Google Play Services versionOverride the Activity Lifecycle Method
Override the onPause(), onResume() methods in each of your activitiesSet the Listeners
Register to the Listeners of the ad units you set up earlier on the LevelPlay platformSet 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 thisIronSource.init(this, appKey, YOUR_AD_UNITS);