Meet the Adapty Unity SDK 3.14.0!
Please, read our Migration Guide to ensure a smooth update.
- [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.
- [3.12.0] Support for StoreKit Testing in Xcode. Read More.
- [3.12.0] Added
AccessLevelIdandProductTypeproperties forAdaptyPaywallProduct - [3.12.0] Added an option to pass appAccountToken to the
Activate()orIdentify()methods. - [3.10.2] It’s now not possible to use
Logout()for anonymous profiles. - [3.10.0] AdaptyUI: added support for purchase button animations
- [3.9.0] Added support for the User Acquisition feature. Read more.
- [3.8.0] Added support for the Onboarding Builder that allows your non-technical teams to create attractive and customizable onboarding flows without coding. Read More.
- [3.7.0] AdaptyUI: added support for Custom Assets. Read more
- [3.6.0] Added support for Web Paywall: use
CreateWebPaywallUrl()orOpenWebPaywall()to navigate users to an external webpage with alternative checkout options. Read More. - [3.6.0] AdaptyUI: Added support for Web Paywall button. Read More.
- [3.5.0] Crossplacement A/B Test: Introduced support for Crossplacement A/B testing – a test type that spans multiple placements within your app. Read more.
- [3.5.0] Added
PaywallViewDidAppearandPaywallViewDidDisappearevents.
⚠️ Breaking Changes
- Use
SetPaywallsEventsListenerto receive paywall events andSetOnboardingsEventsListenerto receive onboarding events. - Minimum required Xcode version is now 16.0
SetBackendBaseUrl(),SetBackendFallbackBaseUrl(),SetBackendConfigsBaseUrl()methods ofAdaptyConfiguration.Builderwere removed, please useSetServerCluster()method to configure the SDKReportTransaction()now does not returnAdaptyProfilein the callback actionSetFallbackPaywalls()renamed toSetFallback()
###❗️ Don't forget to update your local fallback file if needed.
Full Changelog: 3.4.1...3.14.0