Skip to content

Releases: RevenueCat/purchases-ios

2.1.1

16 Apr 00:19
Compare
Choose a tag to compare
  • Avoid refreshing receipt every time restore is called

2.1.0

04 Apr 22:56
Compare
Choose a tag to compare
  • 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

25 Mar 22:21
Compare
Choose a tag to compare
2.1.0-rc1 Pre-release
Pre-release
  • BREAKING CHANGE Adds userCancelled as a parameter to the completion block of the makePurchase function.
  • Better error codes.

2.0.0

31 Jan 23:20
Compare
Choose a tag to compare
  • 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

15 Jan 19:36
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
  • 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.1

08 Jan 01:12
6337136
Compare
Choose a tag to compare
  • Adds Tenjin support

1.2.0

28 Nov 01:39
Compare
Choose a tag to compare
  • Singleton management handled by the SDK
  • Adds reset, identify and create alias calls

1.2.0-rc2

21 Nov 02:41
Compare
Choose a tag to compare
  • 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.2.0-rc1

16 Nov 01:12
Compare
Choose a tag to compare
Version 1.2.0-rc1

1.1.5

20 Oct 01:35
Compare
Choose a tag to compare
  • Conform RCPurchasesDelegate to NSObject
  • Adds requestDate to the purchaser info to avoid edge cases
  • Add iOS 11.2 availability annotations