IronSource (Level Play)

Select Level Play from the Settings Window

Download SDK

Press the Import LevelPlay SDK button.

Go to the Ads Mediation menu and open Integration Manager.

From Integration Manager Update the ironSource SDK to the latest version

App Key + Ad Placements

Select your app and copy the App Key and the Placement IDs inside the Settings Window

Directed for children

If your app is made for kids under the age of 13 check the box.

Check this to show a demo GDPR consent popup. Insert the text to be displayed in the popup below. You can customize it to fit into your app design.

Save

After all settings are done, press the save button.

Preparing for build

Before building make sure to Force Resolve your Android dependencies.

Fix Win32 Exception

This issue is thrown by the Mobile Dependency Resolver made by the Unity Team.

Steps to fix:

  1. If you get stuck when you run "Assets > Mobile Dependency Resolver > Android Resolver > Resolve (or Force Resolve), open File Explorer and move to "{YOUR_PROJECT_PATH}\Temp"

  2. Copy and backup "PlayServicesResolverGradle" folder to somewhere else.

  3. Download the gradlew.bat file aayushkafle183 and copy it into the copied "PlayServicesResolverGradle" folder. https://github.com/Aayush-Kafle183/gradlew.bat/blob/c7d4e82c55a056a1e1b768d487bbaf695c31fa26/gradlew.bat

  4. Close the Resolver window, and close Unity Editor, then restart Unity Editor to open your project again.

  5. Copy "PlayServicesResolverGradle" you have backed up in B into "{YOUR_PROJECT_PATH}\Temp"

  6. Run "Assets > Mobile Dependency Resolver > Android Resolver > Force Resolve"

  7. G. The resolution will be done.

Here is the official answer from Unity:

Mediation

To implement mediation of multiple ad providers, follow the mediation section from the official Level Play documentation on how to download and configure 3rd party SDKs.

Last updated