Skip to content

Releases: AppLovin/AppLovin-MAX-React-Native

5.2.0

15 Apr 08:10
Compare
Choose a tag to compare
  • 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 and adInfo.nativeAd.starRating accessible via onAdLoaded(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

09 Apr 07:51
Compare
Choose a tag to compare
  • Add back Terms flow.
  • Add title, advertiser, body, callToAction, isIconImageAvailable, isOptionsViewAvailable, and isMediaViewAvailable to ad object of native ad UI callbacks.
  • Fix a warning of image source of null with AppLovinMAX.NativeAdView.IconView.

5.0.2

27 Mar 03:28
Compare
Choose a tag to compare
  • Gracefully handle inter and rewarded ad calls when current Activity is null. (#188)

5.0.1

24 Mar 20:37
Compare
Choose a tag to compare

5.0.0

22 Mar 23:51
Compare
Choose a tag to compare
  • 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 and AppLovinNativeAdView native UI component callbacks. Please refer to our updated documentation here: banners, MRECs, native ads.

4.1.7

28 Feb 00:03
Compare
Choose a tag to compare
  • Fix compilation errors in v4.1.6.

4.1.6

27 Feb 04:41
9eaeef0
Compare
Choose a tag to compare
  • Depend on Android SDK 11.8.0 and iOS SDK 11.8.0.

4.1.5

30 Jan 21:17
Compare
Choose a tag to compare
  • Depend on Android SDK 11.7.0 and iOS SDK 11.7.0.
  • Deprecated getConsentDialogState().

4.1.4

16 Dec 08:34
Compare
Choose a tag to compare
  • Fix NPE for accessing a null icon in the native ad on Android java.lang.NullPointerException: Attempt to invoke virtual method 'android.net.Uri com.applovin.mediation.nativeAds.MaxNativeAd$MaxNativeAdImage.getUri()' on a null object reference . (#139)

4.1.3

12 Dec 03:29
Compare
Choose a tag to compare
  • Fix AppLovinMax.initialize(sdkKey, callback) firing its callback multiple times on iOS.