Skip to content

AppLovin/AppLovin-MAX-Unreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppLovin MAX Unreal Plugin

AppLovin MAX Unreal Plugin for Android and iOS.

Documentation

Check out our integration docs here.

Demo App

The /AppLovinMAXDemo directory contains the demo app. The Unreal plugin is contained in /AppLovinMAXDemo/Plugins/AppLovinMAX.

Note: If you're building on macOS with Xcode 13.3+, you'll need to include the following lines in AppLovinMAXDemo.Target.cs and AppLovinMAXDemoEditor.Target.cs

    // Add compiler argument to support building on macOS with Xcode 13.3+
    bOverrideBuildEnvironment = true;
    AdditionalCompilerArguments = "-Wno-unused-but-set-variable";

License

MIT