Skip to content

Releases: RevenueCat/purchases-ios

1.0.3

05 Jul 23:13
Compare
Choose a tag to compare
  • Fix version number in Plist

1.0.2

03 Jul 01:46
Compare
Choose a tag to compare
  • Improved error handling for fetching entitlements
  • Delegate methods are now guaranteed to run on the main thread

1.0.1

29 Jun 05:55
Compare
Choose a tag to compare
  • Fix a bug with parsing dates for Thai locales

1.0.0

18 Jun 18:37
fc203b6
Compare
Choose a tag to compare
  • 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

14 Jun 19:08
Compare
Choose a tag to compare
  • 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

25 May 20:17
Compare
Choose a tag to compare
  • 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

16 Mar 19:03
Compare
Choose a tag to compare
  • Workaround for a StoreKit issue (38476489) where priceLocale is missing on promotional purchases

0.10.1

14 Mar 02:37
Compare
Choose a tag to compare
  • Fix cache preventing prices from being posted

0.10.0

13 Mar 21:01
Compare
Choose a tag to compare
  • 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

26 Feb 23:37
Compare
Choose a tag to compare
  • 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.