Releases: RevenueCat/purchases-ios
Releases · RevenueCat/purchases-ios
2.1.1
- Avoid refreshing receipt every time restore is called
2.1.0
- BREAKING CHANGE Adds
userCancelled
as a parameter to the completion block of the makePurchase function.
- Better error codes.
- Adds
canMakePayments
class method to check if the device can make payments
2.1.0-rc1
- BREAKING CHANGE Adds userCancelled as a parameter to the completion block of the makePurchase function.
- Better error codes.
2.0.0
- Refactor to all block based methods
- Optional delegate method to receive changes in Purchaser Info
- Ability to turn on detailed logging by setting debugLogsEnabled
2.0.0-rc1
- Refactor to all block based methods
- Optional delegate method to receive changes in Purchaser Info
- Ability to turn on detailed logging by setting debugLogsEnabled
1.2.0
- Singleton management handled by the SDK
- Adds reset, identify and create alias calls
1.2.0-rc2
- Fixed an issue with aliasing. If no completion block was passed, the new app user id was actually the existing one, so no aliasing was happening.
- Refreshes caches after identify and reset and makes sure the updated Purchaser info listener gets called.
1.1.5
- Conform RCPurchasesDelegate to NSObject
- Adds requestDate to the purchaser info to avoid edge cases
- Add iOS 11.2 availability annotations