Releases: AppLovin/AppLovin-MAX-Flutter
Releases · AppLovin/AppLovin-MAX-Flutter
4.2.0
4.1.2
- Fix preloaded banners and MRECs not resuming auto-refresh on iOS.
4.1.1
- Remove the mistakenly enabled adaptive banner from Android to prevent app-side errors.
- Remove obsolete MAX Error Codes -
ErrorCode.fullscreenAdAlreadyLoading
andErrorCode.fullscreenAdLoadWhileShowing
.
4.1.0
- Enhance banner and MREC (
MaxAdView
) preloading to support preloading multipleMaxAdView
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
- Update IconView to support native ad icon image view, primarily for BigoAds native ads.
4.0.1
- 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
3.11.1
3.11.0
- 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 inMaxNativeAdView.dispose()
.
3.10.1
- Update
AppLovinMAX.initialize()
to return aFuture
on hot restart.