Solved

Does RevenueCat already use Android Billing Library v3?

  • 29 July 2021
  • 2 replies
  • 454 views

Userlevel 1
Badge +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!

icon

Best answer by sharif 29 July 2021, 03:16

View original

2 replies

Userlevel 5
Badge +9

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.

Badge +1

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

Reply