- Tenth beta for RevenueCat framework 🎉
100% Swift framework + ObjC support.
- See our RevenueCat V4 API update doc for API updates.
Beta 10 introduces the following updates:
Breaking changes:
- A new type,
StoreTransaction
, replacesSKPaymentTransaction
in the return types of the following methods:Purchases.purchase(product:completion:)
Purchases.purchase(package:completion:)
Purchases.purchase(package:discount:completion:)
Purchases.purchase(package:discount:completion:)
PurchasesDelegate.purchases(shouldPurchasePromoProduct:defermentBlock:)
CustomerInfo.nonSubscriptionTransactions
StoreProduct.PromotionalOffer
has been renamed toStoreProduct.StoreProductDiscount
.
In addition to all of the changes from beta 9, listed here.
Other changes:
- There are lots of under the hood improvements. If you see any issues we'd appreciate bug reports!
To view new release, visit https://github.com/RevenueCat/purchases-ios/releases/tag/4.0.0-beta.10