Releases: AppLovin/AppLovin-MAX-React-Native
Releases · AppLovin/AppLovin-MAX-React-Native
5.2.0
- Depends on Android SDK v11.9.0 and iOS SDK v11.9.0.
- Add support for Star Ratings in native ads through
AppLovinMAX.NativeAdView.StarRatingView
andadInfo.nativeAd.starRating
accessible viaonAdLoaded(adInfo)
. - Add support for AdMob and Google Ad Manager native ads on iOS.
- Fix NPE in
onLayoutChange()
for accessing a null options/media view of the native ads.
5.1.0
- Add back Terms flow.
- Add
title
,advertiser
,body
,callToAction
,isIconImageAvailable
,isOptionsViewAvailable
, andisMediaViewAvailable
to ad object of native ad UI callbacks. - Fix a warning of
image source of null
withAppLovinMAX.NativeAdView.IconView
.
5.0.2
5.0.1
5.0.0
- Update synchronous APIs to use the
Promise
pattern. If you are migrating from a previous version of the plugin, please refer to the migration docs here. - Allow API calls even before plugin had finished initialization. Previously, this would result in an error thrown or in older plugins, a no-op.
- Add APIs for retrieving current targeting data values.
- Add APIs for setting local extra parameters.
- Remove kotlin dependency from build.
- Add support for
AppLovinAdView
andAppLovinNativeAdView
native UI component callbacks. Please refer to our updated documentation here: banners, MRECs, native ads.
4.1.7
- Fix compilation errors in v4.1.6.
4.1.6
- Depend on Android SDK 11.8.0 and iOS SDK 11.8.0.
4.1.5
- Depend on Android SDK 11.7.0 and iOS SDK 11.7.0.
- Deprecated
getConsentDialogState()
.
4.1.4
4.1.3
- Fix
AppLovinMax.initialize(sdkKey, callback)
firing its callback multiple times on iOS.