Releases: adaptyteam/AdaptySDK-React-Native
v2.11.2
v2.11.1
- added support for test devices
v2.11.0
New:
- Since this version we are using CDN for even more use-cases. This technology helps us to synchronize data much faster.
- Added optional
ipAddressCollectionDisabledparameter toInput.ActivateParamsInput.
Breaking:
remoteConfigis now anAdaptyRemoteConfigobject, which containsdata,dataStringandlangproperties.- New method
.setFallbackPaywalls(paywallsLocation: Input.FallbackPaywallsLocation)accepts object that represents the location of file resource instead ofstringin.setFallbackPaywalls(paywalls: string). Read more
On iOS, after the file is correctly added, you can simply pass { fileName: 'ios_fallbacks.json' } (or other file name if differs) to the ios property of FallbackPaywallsLocation.
For Android, there are 2 correct directories to put the file: android/app/src/main/assets/ and android/app/src/main/res/raw/. Depending on it, you can pass { relativeAssetPath: 'android_fallbacks.json' }, { relativeAssetPath: 'paywalls/android_fallbacks.json' } (if the file '' is located in the nested paywalls folder in the assets directory) or { rawResName: 'android_fallbacks' } (please note that it's without file extension in this case) to the android property of FallbackPaywallsLocation.
You can read more here
2.10.1
2.10.0
- The minimal iOS version is now 12.2.
- The minimal Xcode version is now 15.0.
- [iOS] We no longer support
storeKit2Usageparameter. Adapty SDK now utilizes the StoreKit 2 method for introductory offer eligibility checks if available.
2.9.8
2.9.7
2.9.6
- added support for AdaptyUI 2.1.0
2.9.3
- added support for AdaptyUI 2.1.0