Skip to content

Releases: AppLovin/AppLovin-MAX-Unreal

4.0.2

28 Oct 19:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: release_4_0_1...release_4_0_2

4.0.1

15 Oct 22:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: release_4_0_0...release_4_0_1

4.0.0

18 Sep 19:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release_3_0_1...release_4_0_0

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

Full Changelog: release_3_0_0...release_3_0_1

3.0.0

16 Jan 18:59
94360cc
Compare
Choose a tag to compare

What's Changed

  • Update to AppLovin SDK 12.1.0 (#29)
  • Adds API for Google's CMP (UMP) integration. Please refer to our documentation for more details. (#29)
  • Update the minimum required Unreal Engine Version to 5.2+
  • Fixes to support setting SDK properties before initialization (#32)

Full Changelog: release_2_0_2...release_3_0_0

2.0.2

02 Oct 21:34
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: release_2_0_1...release_2_0_2

2.0.1

16 Sep 00:08
Compare
Choose a tag to compare

What's Changed

  • Fixed iOS adapter installation script
  • Update to AppLovin SDK 11.11.3

Full Changelog: release_2_0_0...release_2_0_1

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)