Releases: adaptyteam/AdaptySDK-iOS
Releases · adaptyteam/AdaptySDK-iOS
3.15.5
3.15.4
3.15.3
- [Crossplatform Support] Fixed a bug where the
placementIdvalue was incorrect forAdaptyUIPaywallView.
Full Changelog: 3.15.2...3.15.3
3.15.2
- Now it is possible to prevent a new profile from being created after restoring a device from an iCloud backup by using the
.with(clearDataOnBackup: true)setting inAdaptyConfiguration.
Full Changelog: 3.15.1...3.15.2
3.15.1
- Onboardings: External links now work correctly. You can configure which browser is used by passing the
externalUrlsPresentationparameter to thegetOnboardingConfigurationmethod (.inAppBrowserby default). - AdaptyUI: Minor bug fixes and performance improvements.
Full Changelog: 3.15.0...3.15.1
3.15.0
- The
.openWebPaywallmethod now supports a new in parameter. Available options:externalBrowser(default) andinAppBrowser. AdaptyObserverModeResolvernow requires implementing a new method:
observerModeDidInitiateRestorePurchases(onStartRestore:onFinishRestore:)– this gives you control over the restore-purchases flow when using AdaptyUI in Observer Mode.
Full Changelog: 3.14.1...3.15.0
3.14.1
3.14.0
- Various bugfixes and stability improvements
⚠️ Breaking Changes
.with(backendBaseUrl:),.with(backendFallbackBaseUrl:),.with(backendConfigsBaseUrl:),.with(backendUABaseUrl:)methods ofAdaptyConfiguration.Builderwere being removed, please use.with(serverCluster:)method to configure the SDK
❗️Known Issues
- If you’re using the
appAccountTokenparameter or yourcustomerUserIdis in UUID format, you may encounter an error when purchasing products with Promotional Offers. Please update to version 3.14.1 or later.
Full Changelog: 3.12.1...3.14.0
3.12.1
- Fixed a bug where
AdaptyProfilewas not persisted in the cache in some cases.
❗️Known Issues
- If you’re using the
appAccountTokenparameter or yourcustomerUserIdis in UUID format, you may encounter an error when purchasing products with Promotional Offers. Please update to version 3.14.1 or later.
Full Changelog: 3.12.0...3.12.1
3.12.0
Meet the Adapty iOS SDK 3.12.0!
- Support for Local Access Levels, allowing the SDK to verify purchases directly with the store even when Adapty servers are unreachable. Read More.
- Support for StoreKit Testing in Xcode. Read More.
- Added
accessLevelIdandadaptyProductTypeproperties forAdaptyPaywallProduct
⚠️ Breaking Changes
reportTransaction(_:withVariationId:)has return type change fromAdaptyProfiletoVoidAdaptyConfiguration.ServerClusterhas been renamed toAdaptyServerClusterAdaptySubscriptionOffer.OfferTypehas been renamed toAdaptySubscriptionOfferType
❗️ Don't for get to update your local fallback file if needed.
❗️Known Issues
- If you’re using the
appAccountTokenparameter or yourcustomerUserIdis in UUID format, you may encounter an error when purchasing products with Promotional Offers. Please update to version 3.14.1 or later.
Full Changelog: 3.11.0...3.12.0