Skip to content

Releases: AppLovin/AppLovin-MAX-Flutter

4.2.0

29 Dec 01:24
26850f3
Compare
Choose a tag to compare
  • Add support for adaptive banners. For more info, check out our docs.

4.1.2

15 Dec 06:49
2001db1
Compare
Choose a tag to compare
  • Fix preloaded banners and MRECs not resuming auto-refresh on iOS.

4.1.1

03 Dec 10:20
5dae4c0
Compare
Choose a tag to compare
  • Remove the mistakenly enabled adaptive banner from Android to prevent app-side errors.
  • Remove obsolete MAX Error Codes - ErrorCode.fullscreenAdAlreadyLoading and ErrorCode.fullscreenAdLoadWhileShowing.

4.1.0

28 Nov 06:28
71ca74d
Compare
Choose a tag to compare
  • Enhance banner and MREC (MaxAdView) preloading to support preloading multiple MaxAdView instances.
  • Update preloaded banners and MRECs (MaxAdView) to suspend auto-refresh while not visible in background.
  • Depends on Android SDK v13.0.1 and iOS SDK v13.0.1.

4.0.2

24 Oct 01:31
eca92ac
Compare
Choose a tag to compare
  • Update IconView to support native ad icon image view, primarily for BigoAds native ads.

4.0.1

15 Oct 06:40
263dd11
Compare
Choose a tag to compare
  • Crash if plugin version is incompatible with native SDK version.
  • Add support for Yandex native ads.
  • Update listener APIs to allow for null values for unsetting.

4.0.0

17 Sep 07:41
b9fee8f
Compare
Choose a tag to compare
  • Depends on Android SDK v13.0.0 and iOS SDK v13.0.0.
  • Removed COPPA support.
  • Add constants for MAX Error Codes. For more info, check out our docs.

3.11.1

04 Sep 01:08
236ec75
Compare
Choose a tag to compare
  • Depends on Android SDK v12.6.1 and iOS SDK v12.6.1.
  • Add APIs to preload widgets for banners and MRECs. For more info, check out our docs.

3.11.0

07 Aug 04:35
4d0ae9b
Compare
Choose a tag to compare
  • Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see here.
  • Depends on Android SDK v12.6.0 and iOS SDK v12.6.0.
  • Fix ad callbacks not firing after hot restart. #229
  • Fix Null check operator used on a null value warning in MaxNativeAdView.dispose().

3.10.1

20 Jun 05:47
1b5e901
Compare
Choose a tag to compare
  • Update AppLovinMAX.initialize() to return a Future on hot restart.