Releases: chargebee/chargebee-ios
Releases · chargebee/chargebee-ios
v1.0.28
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
Bug Fixes
- Handled next offset value in
retrieveSubscriptions
API. (#80 )
v1.0.26
Improvements
- Caches the Configuration response to improve performance
v1.0.25
Bug Fixes
CBEntitlement
params made it as public.
v1.0.24
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
Improvements
- Adds
CBCustomer
as Optional param into validateReceipt
method. #71 .
v1.0.22
Bug Fixes
- Non-subscription purchase handler been updated appropriately. (#68)
v1.0.21
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
New Feature
- Added one time purchase support (#62 )
v1.0.19
New Feature
- Added restore purchase support (#61 )