Note:
⚠️ ⚠️ This version does not support promoted purchases initiated directly from the App Store when StoreKit 2 is enabled. we’re working on a hotfix to address this). In the meantime, you can stick with 4.11.0 if you’re using promoted purchases.
Other Changes
ProductsFetcherSK2
: removed now redundant caching logic (#1908) via NachoSoto (@NachoSoto)- Created
CachingProductsManager
to provide consistent caching logic when fetching products (#1907) via NachoSoto (@NachoSoto) - Refactored
ReceiptFetcher.receiptData
(#1941) via NachoSoto (@NachoSoto) - Abstracted conversion from
async
to completion-block APIs (#1943) via NachoSoto (@NachoSoto) - Moved
InAppPurchase
intoAppleReceipt
(#1942) via NachoSoto (@NachoSoto) Purchases+async
: combined@available
statements into a single one (#1944) via NachoSoto (@NachoSoto)Integration Tests
: don't initializePurchases
until theSKTestSession
has been re-created (#1946) via NachoSoto (@NachoSoto)PostReceiptDataOperation
: print receipt data ifdebug
logs are enabled (#1940) via NachoSoto (@NachoSoto)