Skip to content

Releases: AppLovin/AppLovin-MAX-React-Native

6.2.0

15 Dec 20:52
Compare
Choose a tag to compare
  • Add better support for Amazon bidding.
  • Update iOS to pass nil to setLocalExtraParameter(...) instead of NSNull.

6.1.1

07 Dec 01:57
3b05ae5
Compare
Choose a tag to compare
  • Allow calls to AppLovinMAX.setMuted(...) before SDK is initialized.
  • Improve loading time for native ads. (#273)
  • Depend on Android SDK 12.1.0 and iOS SDK 12.1.0.

6.1.0

04 Dec 08:54
2f5df9e
Compare
Choose a tag to compare
  • Fix inconsistent naming for enum fields.
  • Add support for Terms and Privacy Policy Flow. For more info, check out our docs.
  • Add APIs for Selective Init. For more info, check out our docs.
  • Fix TypeScript compilation errors. (#271)

6.0.2

20 Nov 07:24
81322d8
Compare
Choose a tag to compare
  • 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

10 Nov 06:57
ed6eadd
Compare
Choose a tag to compare
  • Depend on iOS SDK 11.11.4.
  • Fix TypeScript compilation errors. (#199 (comment))

6.0.0

01 Nov 08:40
29e37ef
Compare
Choose a tag to compare
  • Add support for TypeScript and modules - docs.
  • Fix IconView not being displayed when setting a native image on iOS.

5.7.2

15 Sep 02:44
238c7af
Compare
Choose a tag to compare
  • Fix a warning of key in the local extra parameter not enclosing in brackets.

5.7.1

30 Aug 18:20
Compare
Choose a tag to compare
  • Fix Android build issue.

5.7.0

29 Aug 19:51
Compare
Choose a tag to compare

5.6.1

22 Aug 18:10
Compare
Choose a tag to compare
  • Add support for local extra parameters API with non-String values. #234