Skip to content

Releases: AppLovin/AppLovin-MAX-Unreal

4.0.2

28 Oct 19:01
Compare
Choose a tag to compare
  • Fix ad revenue paid callbacks not being invoked.
  • Refactor Android native plugin code.
  • Adds AppLovin iOS SDK .xcframework as zip file to meet Fab's file path length limits.

4.0.1

15 Oct 22:43
Compare
Choose a tag to compare
  • Fix adapter integration build settings for iOS and Android.

4.0.0

18 Sep 19:49
Compare
Choose a tag to compare
  • Depends on Android SDK v13.0.0 and iOS SDK v13.0.0.
  • Removes COPPA support.
  • Removes Cross Promo.
  • Bumps gradle version to be compatible with newer AGP versions.
  • Resolves gradle warnings.
  • Fix incorrect ad revenue value on iOS.

3.0.1

02 Feb 21:55
Compare
Choose a tag to compare
  • Fix missing headers for plugins packaged for UE Marketplace.
  • Fix errors/warnings related to new user geography APIs

3.0.0

16 Jan 18:59
94360cc
Compare
Choose a tag to compare
  • Update to AppLovin SDK 12.1.0.
  • Adds API for Google's CMP (UMP) integration. Please refer to our documentation for more details.
  • Update the minimum required Unreal Engine Version to 5.2+.
  • Fixes to support setting SDK properties before initialization.

2.0.2

02 Oct 21:34
Compare
Choose a tag to compare
  • Adds necessary info to support UE marketplace

Download the version specific to your version of UE. If using a UE version older than 5.1, download AppLovin-MAX-Unreal-Plugin.zip

2.0.1

16 Sep 00:08
Compare
Choose a tag to compare
  • Fixed iOS adapter installation script
  • Update to AppLovin SDK 11.11.3

2.0.0

25 Jan 20:30
Compare
Choose a tag to compare
  • Add blueprint support for event delegates via dynamic delegates. (#16)
  • Update to MAX SDK 11.5.5. (#14)
  • Use JSON serialization to communicate between Unreal and native plugins. (#15)

This release includes the following breaking API changes from 1.x.x:

  • Remove deprecated APIs for SdkConfiguration.ConsentDialogState and AdError.AdFailureInfo (use AdError.Waterfall instead) (#14)
  • Renamed delegate methods for consistency. (#19)
    • OnInterstitialLoadedDelegate -> OnInterstitialAdLoadedDelegate;
    • OnInterstitialLoadFailedDelegate -> OnInterstitialAdLoadFailedDelegate;
    • OnInterstitialDisplayedDelegate -> OnInterstitialAdDisplayedDelegate;
    • OnInterstitialAdFailedToDisplayDelegate -> OnInterstitialAdDisplayFailedDelegate;
    • OnInterstitialHiddenDelegate -> OnInterstitialAdHiddenDelegate;
    • OnInterstitialClickedDelegate -> OnInterstitialAdClickedDelegate;
    • OnRewardedAdFailedToDisplayDelegate -> OnRewardedAdDisplayFailedDelegate;
  • Disabled bitcode support on iOS due to deprecation in Xcode 14. Please check that you've disabled "Support bitcode in Shipping" in your Unreal Project Settings. (#11)

1.1.2

02 Nov 21:31
Compare
Choose a tag to compare
  • Fix multiple AAB files being created for multiple architectures when packaging for Android (#9)

1.1.1

28 Jun 21:57
Compare
Choose a tag to compare
  • Fix crash when starting up on Android 8 and older (#7)