Skip to main content
Question

upgrading to google billing lib > 6.0.1

  • 13 July 2024
  • 3 replies
  • 556 views

Google play now requires billing lib >= 6.0.1 , I found this blog: 

https://www.revenuecat.com/blog/engineering/google-play-billing-library-7-features-migration/

I added `implementation "com.android.billingclient:billing:7.0.0"` and updated Revenuecat to 8.2.1 

I exclusively use the Revenuecat sdk for my app, namely: `Purchases.sharedInstance.purchaseWith , getOfferingsWith , awaitSyncPurchases, awaitRestore, getCustomerInfoWith, awaitCustomerInfo` 

do I need to make any more changes before uploading my app ?

 

This post has been closed for comments

3 replies

Userlevel 4
Badge +8

Nope, you’re good!

For anyone interested, here’s the full list of our SDK versions that use Billing Client 6:

Do we know what version of Billing Client is being used in react-native-purchases 7.0.0? I just upgraded to that version but my google play console is still complaining that I need to upgrade to a minimum Billing Client of 6.0.1.

Nevermind. It took a few hours to reflect correctly on google play console.