Releases: AppLovin/AppLovin-MAX-React-Native
Releases · AppLovin/AppLovin-MAX-React-Native
3.0.2
- Lock to Android SDK 11.3.2 and iOS SDK 11.3.2.
3.0.1
3.0.0
- Certify with Android SDK 11.3.0 and iOS SDK 11.3.0.
2.5.3
- Add API to set Terms of Service URL for iOS' MAX consent flow -
AppLovinMAX.setTermsOfServiceUrl(...)
.
2.5.2
- Lock to Android SDK 10.3.5 and iOS SDK 10.3.7.
2.5.1
- Stop auto-refresh for native AdViews that have been removed from screen on Android.
2.5.0
- Update APIs for showing interstitials and rewarded ads. To show without a placement, use
AppLovinMAX.showInterstitial(<Ad Unit ID>)
andAppLovinMAX.showRewardedAd(<Ad Unit ID>)
. To show with a placement, useAppLovinMAX.showInterstitialWithPlacement(<Ad Unit ID>, <Placement>)
andAppLovinMAX.showRewardedAdWithPlacement(<Ad Unit ID>, <Placement>)
.
2.4.2
- Fix placements not being passed correctly.
2.4.1
- Remove test code on iOS using hard-coded credentials.
2.4.0
- Allow loading of multiple native UI AdView with same Ad Unit IDs.