Fixes
- Fixes a critical issue in 4.4.0 and 4.5.0 where entitlement identifiers and product identifiers would get converted to snake case and returned as empty.
#1651
#1650
Changes from 4.5.0
New Features
Purchases.customerInfo()
: added overload with a newCacheFetchPolicy
(#1608) via NachoSoto (@NachoSoto)Storefront
: addedsk1CurrentStorefront
for Objective-C (#1614) via NachoSoto (@NachoSoto)
Bug Fixes
- Fix for not being able to read receipts on watchOS (#1625) via Patrick Busch (@patrickbusch)
Other Changes
- Added tests for
PurchasesOrchestrator
invokinglistenForTransactions
only if SK2 is enabled (#1618) via NachoSoto (@NachoSoto) PurchasesOrchestrator
: removedlazy
hack for properties with@available
(#1596) via NachoSoto (@NachoSoto)PurchasesOrchestrator.purchase(sk2Product:promotionalOffer:)
: simplified implementation with new operator (#1602) via NachoSoto (@NachoSoto)