Integration
This section shows you how to download, configure, and initialize the AppLovin MAX Defold Plugin.
Download the Latest Plugin
To download and import the AppLovin MAX Defold Plugin into your project, follow these steps:
- Find the latest version of the plugin from the list of available Releases.
- Copy the URL to the ZIP archive of the release.
Add it to your
game.project
dependencies. - Select Project > Fetch Libraries to download the plugin and make it available in your project.
- Add
/extension-applovin/res/ios
to yourgame.project
bundle resources.
To receive release updates, subscribe to the AppLovin MAX Defold Plugin GitHub repository.
Integrate Custom SDK Adapters
AppLovin Exchange (ALX) supports a custom adapter for LinkedIn. Follow the instructions below to integrate the adapter on Android or iOS. More information can be found here.
Android Instructions
iOS Instructions
To install the adapter:
- Add the following line to your Podfile:
- Run the following on the command line:
Initialize the SDK
Declare and set a callback function to receive SDK events from the SDK. Then initialize the SDK as soon as your app launches, as in the code sample below.
Ad assets that are fully cached result in a better user experience. For this reason, always initialize the AppLovin SDK on startup. This gives mediated networks the maximum amount of time to cache ads. This is especially important with video ads.
You can find your SDK key in the Account > General > Keys section of the AppLovin dashboard.
iOS 14 Support
In iOS 14, Apple introduced global privacy policy changes. Apple requires applications to comply with these new policies. If you fail to comply, you may lose revenue. This section explains how to comply.
SKAdNetwork
Update your app’s Info.plist
with network-specific identifiers.
See the SKAdNetwork documentation for instructions.
Consent and Data APIs
You must obtain consent from your users in certain jurisdictions on behalf of AppLovin’s monetization partners. You must also correctly pass consent values to AppLovin. To learn how to do these things, review the Privacy–Consent, Age-Related Flags, and Data APIs documentation.
iOS 15 Global SKAdNetwork Reporting
Starting with iOS 15, Apple allows developers to send a copy of their SKAdNetwork install postbacks to an endpoint of their choice. MAX includes a Global SKAdNetwork Report (MAX > Mediation > Analyze > Global SKA Report). You can use this to access the SKAdNetwork data across all of your network partners in one place.
To leverage the MAX Global SKAdNetwork Report, enable iOS 15 SKAdNetwork reporting.
Do this in the app’s iOS Info.plist
:
- In
AppLovinMAX_UPL_IOS.xml
, create a new key namedNSAdvertisingAttributionReportEndpoint
of typestring
. - Give that key the value
https://postbacks-app.com
.
The final result should look something like this: