Releases: chargebee/chargebee-android
Releases · chargebee/chargebee-android
v1.2.1
Fixes multiple callback from BillingClientStateListener
v2.0.0-beta-1
- Adds support for Billing Library 5 features
- Adds support for Multiple Base Plans and Offers
v1.2.0
- Updates Android Billing library version from 4.x to 5.2.1
- Updates the Android target SDK as per requirements for Billing library 5.2.1
- Updated other related dependencies
v1.1.0
What's Changed
retrieveProductIdentifiers
method changes for Billing Library 5 support
v1.0.25
Bug Fixes
- Fixes android build issue on release mode. (#87)
v1.0.22
Bug Fixes
- Fixes error when trying to validate a non-purchased item. (#83 )
v1.0.21
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.(#80)
v1.0.20
Improvements
- Use
Chargebee.showManageSubscriptionsSettings()
method to show the Play Store App subscriptions settings page in app.(#76 )
v1.0.19
Feature
- Adds one time purchase support. #72
- Adds cache retry mechanism for validating non-subscription product.
Other Changes
- Introduced new param called
productType
in CBProduct
object.
v1.0.18
SDK Improvements
- Added cache retry mechanism for validating the receipt. #69
- Use
CBPurchase.validateReceipt
to validate the receipt if syncing failed with Chargebee after the successful purchase in Google
Play Store.