Skip to content

3.14.0

Latest

Choose a tag to compare

@x401om x401om released this 05 Dec 12:52
· 1 commit to main since this release

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 AccessLevelId and ProductType properties for AdaptyPaywallProduct
  • [3.12.0] Added an option to pass appAccountToken to the Activate() or Identify() 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() or OpenWebPaywall() 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 PaywallViewDidAppear and PaywallViewDidDisappear events.

⚠️ Breaking Changes

  • Use SetPaywallsEventsListener to receive paywall events and SetOnboardingsEventsListener to receive onboarding events.
  • Minimum required Xcode version is now 16.0
  • SetBackendBaseUrl(), SetBackendFallbackBaseUrl(), SetBackendConfigsBaseUrl() methods of AdaptyConfiguration.Builder were removed, please use SetServerCluster() method to configure the SDK
  • ReportTransaction() now does not return AdaptyProfile in the callback action
  • SetFallbackPaywalls() renamed to SetFallback()

###❗️ Don't forget to update your local fallback file if needed.

Full Changelog: 3.4.1...3.14.0