Releases: AppLovin/AppLovin-MAX-React-Native
Releases · AppLovin/AppLovin-MAX-React-Native
6.2.0
- Add better support for Amazon bidding.
- Update iOS to pass
nil
tosetLocalExtraParameter(...)
instead ofNSNull
.
6.1.1
6.1.0
6.0.2
- Depend on Android SDK 12.0.0 and iOS SDK 12.0.0.
- Fix type of argument in
TargetingData.keywords
. - Update code format with
prettier
. - Update code with
eslint
. - Fix broken import path in
TargetingData
. - Fix wrong return type with
AppLovinMAX.setLocationCollectionEnabled()
. - Remove an obsolete function
Privacy.showConsentDialog()
.
6.0.1
- Depend on iOS SDK 11.11.4.
- Fix TypeScript compilation errors. (#199 (comment))
6.0.0
5.7.2
- Fix a warning of
key
in the local extra parameter not enclosing in brackets.
5.7.1
- Fix Android build issue.
5.7.0
- Depends on Android SDK v11.11.3 and iOS SDK v11.11.3.
- Add support for retrieving the
errorInfo.mediatedNetworkErrorCode
anderrorInfo.mediatedNetworkErrorMessage
for ad load and ad display failures. For more info, check out our docs here: https://dash.applovin.com/documentation/mediation/react-native/getting-started/errorcodes#error-object. - Fix
java.lang.IllegalStateException
when rendering native ads. (#238)