Android

Including the Unity LevelPlay adapter for Android into your app

Ensure that Maven Central is included in your repositories:

repositories {
    // [... other project repos]
    mavenCentral()
}

Update your dependencies to include the latest MobileFuse Unity LevelPlay Adapter:

dependencies {
    // [... other project dependencies]
    implementation 'com.ironsource.adapters:mobilefuseadapter:<<adapterVersionLevelPlayAndroid>>'
    implementation 'com.mobilefuse.sdk:mobilefuse-sdk-core:<<sdkVersionAndroid>>'
}

Adapter source code

The adapter is open source and the code can be found on Github here.