Applovin Unity waterfall integration - pubnative/pubnative-hybid-android-sdk GitHub Wiki

For the integration of Applovin on Unity, follow their documentation:

https://dash.applovin.com/documentation/mediation/unity/getting-started/integration

Once this is done, and the placements are already existing, the following is required: Add the HyBid SDK and the Applovin Adapter to your dependencies, within AndroidPackages:

<androidPackage spec="net.pubnative:hybid.adapters.applovin:3.0.0.0"/>
<androidPackage spec="net.pubnative:hybid.sdk:3.0.0"/>
<repositories>
    <repository>https://verve.jfrog.io/artifactory/verve-gradle-release</repository>
</repositories>

The steps required to be done on the Applovin MAX Dashboard can be found here:

https://github.com/pubnative/pubnative-hybid-android-sdk/wiki/AppLovin-MAX-Mediation#custom-sdk-network-integration-guide-for-waterfall-mediation

Once this is done, just use the desired ad units in your already set ad placements in Unity.

⚠️ **GitHub.com Fallback** ⚠️