Releases: adaptyteam/AdaptySDK-Android
Releases · adaptyteam/AdaptySDK-Android
3.15.2
3.15.1
3.15.0
- 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.
AdaptyUiObserverModeHandlernow offers a new optional methodgetRestoreHandler()— 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
3.14.0
3.12.1
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 toAdaptyConfig. Read More. - Added
accessLevelIdandproductTypeproperties forAdaptyPaywallProduct. - 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 inAdaptyConfig. - Added
.withPendingPrepaidPlansEnabled()method toAdaptyConfigto enable pending prepaid plans.
⚠️ Breaking Changes
- Removed
obfuscatedProfileIdandobfuscatedAccountIdproperties fromAdaptyPurchaseParameters.
❗️ Don't for get to update your local fallback file if needed.
3.11.1
3.11.0
- Onboarding Builder now supports localizations. Read More.