Releases: AppLovin/AppLovin-MAX-Flutter
Releases · AppLovin/AppLovin-MAX-Flutter
3.10.0
- Depends on Android SDK v12.5.0 and iOS SDK v12.5.0.
3.9.2
- Fix crash on
AppLovinMAX.initialize()
withjava.lang.IllegalStateException: Reply already submitted
.
3.9.1
- Depends on Android SDK v12.4.2 and iOS SDK v12.4.1.
3.9.0
- Depends on Android SDK v12.4.0 and iOS SDK v12.4.0.
3.8.1
- Depends on Android SDK v12.3.1 and iOS SDK v12.3.1.
3.8.0
3.7.0
- Depends on Android SDK v12.2.0 and iOS SDK v12.2.1.
- Add
MaxCMPError
to encapsulate a return object ofAppLovinMAX.showCmpForExistingUser()
. For more info, check out our docs. - Fix banner/MREC background not hiding.
- Update the comment description for
AppLovinMAX.setTestDeviceAdvertisingIds(...)
. - Fix NPE for accessing a
null
methodChannel
inMaxAdView
. #176 - Fix linter warnings.
3.6.0
- Fix NPE for accessing a null native ad on Android.
- Update
AppLovinMAX.showCmpForExistingUser()
to returnCmpError
instead ofint
raw value. - Add
MaxConfiguration
to encapsulate a return object ofAppLovinMAX.initialize(...)
. - Add support for Amazon bidding for rewarded ads.
3.5.0
3.4.1
- Allow calls to
AppLovinMAX.setMuted(...)
before SDK is initialized. - Depends on Android SDK v12.1.0 and iOS SDK v12.1.0.