Skip to content

2.11.0

Compare
Choose a tag to compare
@vladd-g vladd-g released this 10 May 13:32
· 6 commits to main since this release

⚠️ Update Adapty Android SDK to 2.11.0

New:

  • Starting with this version, we are synchronizing the versioning of Adapty SDK and AdaptyUI SDK.
  • We now rely on CDN for data loading, a technology that allows us to synchronize data much faster.
  • AdaptyUI now supports image loading via URLs from this version, which can reduce ViewConfiguration loading time.
  • From this version onwards, AdaptyUI utilizes a Fallback Paywalls file to retrieve the ViewConfiguration object.
  • It is now also possible to use AdaptyUI in Observer Mode.

Breaking:

  • Adapty.getViewConfiguration() moved from Adapty Android SDK and changed to AdaptyUI.getViewConfiguration().
  • The locale parameter has been removed from the .getViewConfiguration() method. Adapty will now use the paywall's locale.
  • The paywall parameter has been removed from the .getPaywallView() method.

⚠️ Warning: Please ensure you update the Fallback Paywalls files before releasing a new version.