Skip to content

Releases: chargebee/chargebee-android

v1.2.1

07 Dec 14:34
fd415f0
Compare
Choose a tag to compare

Fixes multiple callback from BillingClientStateListener

v2.0.0-beta-1

27 Nov 14:58
b21555e
Compare
Choose a tag to compare
v2.0.0-beta-1 Pre-release
Pre-release
  • Adds support for Billing Library 5 features
  • Adds support for Multiple Base Plans and Offers

v1.2.0

09 Nov 16:02
0e325ef
Compare
Choose a tag to compare
  • 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

09 Oct 09:53
7a1901b
Compare
Choose a tag to compare

What's Changed

  • retrieveProductIdentifiers method changes for Billing Library 5 support

v1.0.25

08 Sep 11:38
c721f27
Compare
Choose a tag to compare

Bug Fixes

  • Fixes android build issue on release mode. (#87)

v1.0.22

01 Sep 06:56
382ca73
Compare
Choose a tag to compare

Bug Fixes

  • Fixes error when trying to validate a non-purchased item. (#83 )

v1.0.21

17 Aug 10:57
2610b5d
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.(#80)

v1.0.20

14 Jul 06:16
bbdef33
Compare
Choose a tag to compare

Improvements

  • Use Chargebee.showManageSubscriptionsSettings() method to show the Play Store App subscriptions settings page in app.(#76 )

v1.0.19

11 Jul 10:27
36fbe5a
Compare
Choose a tag to compare

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

07 Jun 08:42
bc895b4
Compare
Choose a tag to compare

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.