Skip to content

Releases: adaptyteam/AdaptySDK-Android

3.15.2

08 Jan 06:25

Choose a tag to compare

  • AdaptyUI: Added onFinishWebPaymentNavigation callback to AdaptyUiEventListener

3.15.1

22 Dec 08:21

Choose a tag to compare

  • Onboardings: External links now work correctly. You can configure which browser is used by passing the externalUrlsPresentation parameter to the getOnboardingConfiguration method (InAppBrowser by default).

3.15.0

15 Dec 07:18

Choose a tag to compare

  • Added support for Web Paywall: use .createWebPaywallUrl() or .openWebPaywall() to navigate users to an external webpage with alternative checkout options. Read More.
  • AdaptyUI: Added support for Web Paywall button. Read More.
  • AdaptyUiObserverModeHandler now offers a new optional method getRestoreHandler() — implement it to control the restore-purchases flow in Observer Mode; leave it unimplemented (default) to keep the SDK’s built-in restore flow.

3.14.1

04 Dec 08:44

Choose a tag to compare

  • Various bugfixes and stability improvements

3.14.0

26 Nov 07:23

Choose a tag to compare

  • Various bugfixes and stability improvements

3.12.1

14 Nov 08:52

Choose a tag to compare

Meet the Adapty Android SDK 3.12!

  • Support for Local Access Levels, allowing the SDK to verify purchases directly with the store even when Adapty servers are unreachable. Added .withLocalAccessLevelAllowed() method to AdaptyConfig. Read More.
  • Added accessLevelId and productType properties for AdaptyPaywallProduct.
  • Added an option to pass obfuscatedAccountId to the .activate() or .identify() methods.
  • It’s now not possible to use .logout() for anonymous profiles.
  • Added single-process restriction: if your app can run in multiple processes, the SDK now functions only in the main one. You can override the working process using the .withProcessName() method in AdaptyConfig.
  • Added .withPendingPrepaidPlansEnabled() method to AdaptyConfig to enable pending prepaid plans.

⚠️ Breaking Changes

  • Removed obfuscatedProfileId and obfuscatedAccountId properties from AdaptyPurchaseParameters.

❗️ Don't for get to update your local fallback file if needed.

3.11.1

29 Sep 08:54

Choose a tag to compare

  • small fixes

3.11.0

27 Aug 16:13

Choose a tag to compare

  • Onboarding Builder now supports localizations. Read More.

3.10.0

01 Aug 13:31

Choose a tag to compare

  • AdaptyUI: added support for purchase button animations
  • AdaptyUI: improved API for providing additional purchase options

3.9.1

25 Jul 16:23

Choose a tag to compare

  • Added support for the User Acquisition feature. Read more.