Releases: RevenueCat/purchases-ios
Releases · RevenueCat/purchases-ios
1.0.3
- Fix version number in Plist
1.0.2
- Improved error handling for fetching entitlements
- Delegate methods are now guaranteed to run on the main thread
1.0.1
- Fix a bug with parsing dates for Thai locales
1.0.0
- Oh my oh whoa! We made it to version one point oh!
- Entitlements now supported by the SDK. See the guide for more info.
- Improved caching of
RCPurchaserInfo
0.12.0
- Remove Carthage dependencies
- Add delegate methods for restoring
- Allow RCPurchases to be instantiated with a UserDefaults object, useful for syncing between extensions
0.11.0
- RCPurchases now caches the most recent RCPurchaserInfo. Apps no longer need to implement there own offline caching of subscription status.
- Change block based methods to use delegate. restoreTransactions and updatePurchaserInfo no longer take blocks. This means all new RCPurchaserInfo objects will be sent via the delegate methods.
- macOS support. Purchases now works with macOS. Contact [email protected] if interested in beta testing.
0.10.2
- Workaround for a StoreKit issue (38476489) where priceLocale is missing on promotional purchases
0.10.1
- Fix cache preventing prices from being posted
0.10.0
- Prevent race conditions refreshing receipts
- Make processing of multiple receipt posts more efficient
- Add support for original application version so users can be grandfathered easily
0.9.0
- Add support of checking eligibilty of introductory prices. RevenueCat will now be able to tell you definitively what version of a product you should present in your UI.