Releases: AppLovin/AppLovin-MAX-React-Native
Releases · AppLovin/AppLovin-MAX-React-Native
2.0.3
- Fix ad callbacks not returning.
2.0.2
- 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
- Ensure exported iOS methods are invoked on the main queue.
2.0.0
- 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
- Hardcode Android SDK version to 10.1.1.
1.1.9
- Fix React Native version not being passed through to native SDKs.
1.1.8
- Remove need to define Android product flavors in
build.gradle
.
1.1.7
- 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
- Attempt fix for
loadInterstitial()
orloadRewardedAd()
crash due to current Activity being null.
1.1.5
- Fix
removeEventListener()
not working by explicitly callingremove()
.