Skip to content

Releases: AppLovin/AppLovin-MAX-React-Native

3.0.2

06 Apr 04:31
Compare
Choose a tag to compare
  • Lock to Android SDK 11.3.2 and iOS SDK 11.3.2.

3.0.1

24 Mar 01:17
Compare
Choose a tag to compare
  • Lock to Android SDK 11.3.1 and iOS SDK 11.3.1.
  • Fix safe area blocked if y offset used. (#59)

3.0.0

16 Mar 09:11
Compare
Choose a tag to compare
  • Certify with Android SDK 11.3.0 and iOS SDK 11.3.0.

2.5.3

17 Feb 19:13
Compare
Choose a tag to compare
  • Add API to set Terms of Service URL for iOS' MAX consent flow - AppLovinMAX.setTermsOfServiceUrl(...).

2.5.2

14 Jan 06:53
Compare
Choose a tag to compare
  • Lock to Android SDK 10.3.5 and iOS SDK 10.3.7.

2.5.1

14 Dec 08:43
Compare
Choose a tag to compare
  • Stop auto-refresh for native AdViews that have been removed from screen on Android.

2.5.0

13 Dec 07:52
Compare
Choose a tag to compare
  • Update APIs for showing interstitials and rewarded ads. To show without a placement, use AppLovinMAX.showInterstitial(<Ad Unit ID>) and AppLovinMAX.showRewardedAd(<Ad Unit ID>). To show with a placement, use AppLovinMAX.showInterstitialWithPlacement(<Ad Unit ID>, <Placement>) and AppLovinMAX.showRewardedAdWithPlacement(<Ad Unit ID>, <Placement>).

2.4.2

01 Dec 22:00
Compare
Choose a tag to compare
  • Fix placements not being passed correctly.

2.4.1

25 Nov 01:44
Compare
Choose a tag to compare
  • Remove test code on iOS using hard-coded credentials.

2.4.0

24 Nov 04:57
Compare
Choose a tag to compare
  • Allow loading of multiple native UI AdView with same Ad Unit IDs.