Releases: adaptyteam/AdaptySDK-React-Native
Releases · adaptyteam/AdaptySDK-React-Native
v3.8.0
Meet the Adapty React Native SDK 3.8.0!
- 🎉 With this version we're introducing support for the Onboarding Builder that allows your non-technical teams to create attractive and customizable onboarding flows without coding. Read More.
New
- Added
placement
property toAdaptyPaywall
. - Added
__ignoreActivationOnFastRefresh
toActivateParamsInput
- AdaptyUI: added support for Onboarding Builder.
- AdaptyUI: added
customAssets
parameter toCreatePaywallViewParamsInput
.
⚠️ Breaking Changes
GetPaywallParamsInput
renamed toGetPlacementParamsInput
.FallbackPaywallsLocation
renamed toFileLocation
.setFallbackPaywalls(paywallsLocation: Input.FallbackPaywallsLocation)
changed tosetFallback(fileLocation: Input.FileLocation)
.- public properties
abTestName
,audienceName
,revision
,placementId
(renamed toid
) moved fromAdaptyPaywall
toAdaptyPlacement
.
v3.6.1
- Adapty:
- Crossplacement A/B Test: Introduced support for Crossplacement A/B testing – a test type that spans multiple placements within your app. Read more.
- Support for Web Paywall: use
.createWebPaywallUrl
or.openWebPaywall
to navigate users to an external webpage with alternative checkout options. Read More. - Resolved an issue where, in some cases, a
profileWasChanged
error could be thrown when calling.getPaywall
immediately after activating the sdk with acustomerUserId
.
- AdaptyUI:
- Added support for Web Paywall button. Read More.
- Fixed various rendering issues.
v3.6.0
v3.4.1
v3.4.0
- Added
audienceName
property toAdaptyPaywall
. - Added
updateCollectingRefundDataConsent
andupdateRefundPreference
methods. Read More. - Unified
reportTransaction
behavior for iOS and Android. - Fixed support for Xcode 16.3
v3.3.1
- support for Adapty iOS and Android SDK 3.3.x
- decoding fix in paywall builder