2.5.1
- Fixed the order of products in the resulting array of
.getPaywallProducts
method. - If you are using CocoaPods, you can refer this version like this:
pod 'Adapty', :git => 'git@github.com:adaptyteam/AdaptySDK-iOS.git', :tag => '2.5.1'
2.5.0
-
Introduced a new functionality for retrieving introductory offers eligibility using StoreKit 2.
Please note that in this version, the
introductoryOfferEligibility
field is no longer a part ofAdaptyPaywallProduct
. To fetch it, you should now use a separate method called.getProductsIntroductoryOfferEligibility
. The behavior of this function depends on your Adapty SDK configuration. It will utilize StoreKit 2 if available or fallback to a legacy logic based on receipt analysis. For more detailed information, please refer to our documentation. Read more.
Fixes:
- Resolved the issue of incorrect logId for certain log entries.