AppLovin MAX
Integration
- Integrate the AppLovin MAX Android SDK into your project.
- Initialize the Magify SDK.
- Set the Magify
clientIdas the MAX user identifier before initializing the AppLovin MAX SDK (AppLovinSdk.getInstance(context).initialize(...)):
val clientId = magify.clientId
AppLovinSdk.getInstance(this).userIdentifier = clientId
Setting the user identifier before initialization ensures that all ad events and rewarded ad callbacks are associated with the correct Magify user.