Skip to main content
Answer

Does RevenueCat already use Android Billing Library v3?

  • July 29, 2021
  • 2 replies
  • 514 views

Steph
Forum|alt.badge.img+9

Google Play sent a reminder: “Starting on August 2, 2021, all new apps must use Billing Library version 3 or newer. By November 1, 2021, all updates to existing apps must use Billing Library version 3 or newer.”

Does RevenueCat already use the Billing Library v3 or is there anything we would need to do to make sure the transition is smooth? Thanks!

Best answer by sharif

As of version 3.3.0, the Android SDK uses BillingClient 3.

As of version 4.3.0, the Android SDK uses BillingClient 4.

There’s a good chance you’re already using one of these SDK versions, which means there is no action required from you to meet Google’s new requirements.

If you’re using a version earlier than 3.3.0, simply update the Purchases SDK. The updated SDKs should work without any changes unless you were using any deprecated functionality. If you do run into any errors (build or runtime) let us know and we’ll try to help out.

This post has been closed for comments

2 replies

sharif
RevenueCat Staff
Forum|alt.badge.img+9
  • RevenueCat Staff
  • Answer
  • July 29, 2021

As of version 3.3.0, the Android SDK uses BillingClient 3.

As of version 4.3.0, the Android SDK uses BillingClient 4.

There’s a good chance you’re already using one of these SDK versions, which means there is no action required from you to meet Google’s new requirements.

If you’re using a version earlier than 3.3.0, simply update the Purchases SDK. The updated SDKs should work without any changes unless you were using any deprecated functionality. If you do run into any errors (build or runtime) let us know and we’ll try to help out.


Forum|alt.badge.img+1

@sharif - I am using purchases_flutter. Can you please tell since which version, Google Play Billing Library 3 is supported? Thanks!