This page shows you how to download, import, and configure the AppLovin MAX Unreal Plugin.
Download the Latest Pluginリンクをコピー
Install the AppLovin MAX Unreal Plugin directly from Fab.
Import the Plugin into Unrealリンクをコピー
To import the AppLovin MAX Unreal Plugin into your project, add AppLovinMAX as a dependency to the PublicDependencyModuleNames array inside of your app’s «projectname».Build.cs file:
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リンクをコピー
To install the adapter on Android, add the following line into AppLovinMAX_UPL_Android.xml under <AARImports>:
To install the adapter on iOS, follow our instructions for integrating third-party frameworks, including the following line in your Podfile:
pod 'AppLovinDSPLinkedInAdapter'
Initialize the SDKリンクをコピー
Bind to the OnSdkInitializedDelegate and initialize the SDK as soon as your app launches, as in the following code sample.
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.
In iOS 14, Apple introduced global privacy changes that you need to comply with.
This section explains how to comply with these changes and thereby avoid a material drop in revenue.
SKAdNetworkリンクをコピー
Update your app’s Info.plist in Unreal’s Project Settings with network-specific identifiers.
See the SKAdNetwork documentation for instructions.
MAX Terms & Privacy Policy Flowリンクをコピー
Implement the MAX Terms & Privacy Policy Flow to integrate compliance with the ATT framework and acceptance of your Terms of Service and Privacy Policy.
Consent and Data APIsリンクをコピー
You must obtain consent from your users (in applicable jurisdictions) on behalf of AppLovin’s monetization partners.
Then you must correctly pass consent flag values to AppLovin.
To learn how to do this, review the Privacy–Consent and Data APIs documentation.