Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Meet Google Play Billing Library Version 3 #1493

Closed
alexol91 opened this issue Sep 13, 2021 · 5 comments
Closed

Error Meet Google Play Billing Library Version 3 #1493

alexol91 opened this issue Sep 13, 2021 · 5 comments

Comments

@alexol91
Copy link

Please use Discussion board if you want get some help out of it. Please report issue if there is a bug.

Version of react-native-iap: 7.4.1

Version of react-native: 0.64.2

Platforms: Android

Message Error:
We have detected that this app uses an unsupported version of Play Billing. Please update to version 3 (or later) of the Billing Library to publish this application. More information on version 3 of the Billing Library

Description:
I'm trying to upload a new Application and it shows me a message saying that new applications after September 2 must have version 3 of the Billing Library. I have updated react-native-iap to the latest version and the error persists. Checking the Change log, I thought this was resolved in version 7.0.0 (I'm using 7.4.1)

Best!

@mayconline
Copy link

check it in /android/app/build.gradle , ln 190,

change billing_version to def billing_version = "3.0.0"

v4 already exists, but I haven't tested it yet to see if it works

@alexol91
Copy link
Author

I have checked my gradle and I don't have that variable. I tried to put it and it did not work, but what I did was add in my build.gradle the same implemantatio that has the node module of react-native-iap

I added in the first line of dependencies:
implementation "com.android.billingclient: billing: 4.0.0"

@wanglouin1990925
Copy link

@alexol91 Did you solve the issue?

@nguyenvanphuc2203
Copy link

same issue for me! any update?

@nguyenvanphuc2203
Copy link

I have checked my gradle and I don't have that variable. I tried to put it and it did not work, but what I did was add in my build.gradle the same implemantatio that has the node module of react-native-iap

I added in the first line of dependencies: implementation "com.android.billingclient: billing: 4.0.0"

thanks, it resolve issue! save my day! 🗡️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants