Solved

Using Google Play Billing Library 5.0.0 with react-native-purchases

  • 16 June 2023
  • 1 reply
  • 1764 views

Badge +3

I have created a mobile app with react native that uses react-native-purchases and when I upload it to the Play Store I get the following warning:

We've detected that this app is using an old version of Google Play Billing. From 1 November 2023, all app updates must use Billing Library version 5 or newer.

Action required: Please verify that your publicly available APKs are updated to the latest version of the Play Billing Library. This includes any APK or app bundle rolled out in production.

 

Is there any plans on getting the react-native-purchases package working with Google Play’s Billing Library 5.0.0?

icon

Best answer by MarcosC 19 June 2023, 19:29

View original

1 reply

Userlevel 3
Badge +6

Hey @juanmi.gdr 

 

We have released a new version of React Native that support Google’s Billing Client 5

Here’s the migration guide - https://github.com/RevenueCat/react-native-purchases/blob/main/migrations/v6-MIGRATION.md

 

Adding link to latest

 

Reply