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 toAdaptyUI.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.