Skip to content

Releases: AppLovin/AppLovin-MAX-React-Native

2.0.3

07 May 07:41
Compare
Choose a tag to compare
  • Fix ad callbacks not returning.

2.0.2

07 May 04:44
Compare
Choose a tag to compare
  • Remove getAdInfo(adUnitId) API in lieu of ad callbacks.
  • Return more data in ad callbacks in addition to ad.adUnitId (e.g. adInfo.creativeId, adInfo.networkName, adInfo.placement, adInfo.revenue).

2.0.1

07 May 04:43
Compare
Choose a tag to compare
  • Ensure exported iOS methods are invoked on the main queue.

2.0.0

04 Apr 19:08
Compare
Choose a tag to compare
  • Initial support for MAX consent flow. Documentation will be up this week.
  • Add AppLovinMAX.setCreativeDebuggerEnabled() API to enable the creative debugger button.
  • Revert from using the hardcoded SDK value of 10.1.1 to using +.

1.1.10

29 Mar 18:25
Compare
Choose a tag to compare
  • Hardcode Android SDK version to 10.1.1.

1.1.9

26 Mar 21:42
Compare
Choose a tag to compare
  • Fix React Native version not being passed through to native SDKs.

1.1.8

26 Mar 21:27
Compare
Choose a tag to compare
  • Remove need to define Android product flavors in build.gradle.

1.1.7

17 Mar 06:10
Compare
Choose a tag to compare
  • Fix Android native UI banners rendering issues when mounting / unmounting.
  • Add support for setting test device(s) using the advertising identifier (GAID / IDFA) printed in the initialization logs.

1.1.6

07 Mar 21:33
Compare
Choose a tag to compare
  • Attempt fix for loadInterstitial() or loadRewardedAd() crash due to current Activity being null.

1.1.5

04 Mar 00:51
Compare
Choose a tag to compare
  • Fix removeEventListener() not working by explicitly calling remove().