Skip to content

Releases: chargebee/chargebee-ios

v1.0.28

17 Aug 12:11
a27cbf1
Compare
Choose a tag to compare

Bug fixes

  • Introduced new param CBCustomer in restorePurchases API which it helps to pass customer information while restoring the purchases and associate with the existing customerId.(#81 )

v1.0.27

17 Aug 11:18
cc8711d
Compare
Choose a tag to compare

Bug Fixes

  • Handled next offset value in retrieveSubscriptions API. (#80 )

v1.0.26

03 Aug 07:25
6f0e9ea
Compare
Choose a tag to compare

Improvements

  • Caches the Configuration response to improve performance

v1.0.25

17 Jul 07:04
2a3e5c1
Compare
Choose a tag to compare

Bug Fixes

  • CBEntitlement params made it as public.

v1.0.24

07 Jul 13:39
55c07c2
Compare
Choose a tag to compare

Feature

  • Use Chargebee.shared.showManageSubscriptionsSettings() to open the App Store App subscriptions settings page for upgrade or downgrade flow in the app. #70

v1.0.23

30 Jun 11:19
ad5f4ae
Compare
Choose a tag to compare

Improvements

  • Adds CBCustomer as Optional param into validateReceipt method. #71 .

v1.0.22

11 May 15:01
da51102
Compare
Choose a tag to compare

Bug Fixes

  • Non-subscription purchase handler been updated appropriately. (#68)

v1.0.21

03 May 05:25
3893e8e
Compare
Choose a tag to compare

Improvements

  • Retry mechanism implemented to handle the failure cases such as (internet gone, App killed and Server not responding) during purchase the product. And we made receipt validation method to be public so that it can be used as required.(#60)

v1.0.20

24 Mar 13:21
303ffb3
Compare
Choose a tag to compare

New Feature

  • Added one time purchase support (#62 )

v1.0.19

24 Mar 12:09
65886a0
Compare
Choose a tag to compare

New Feature

  • Added restore purchase support (#61 )