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

Google Play Billing v4 Being Deprecated #1425

Closed
preziotte opened this issue Jun 10, 2023 · 9 comments
Closed

Google Play Billing v4 Being Deprecated #1425

preziotte opened this issue Jun 10, 2023 · 9 comments

Comments

@preziotte
Copy link

Starting in november, all new android apps will need to be on google play billing v5. I'm currently using v11 of this plugin and getting this warning in the google play console:

Screenshot 2023-06-10 at 10 37 08

I just want to make sure that upgrading to v13 of this plugin should address this issue and upgrade to billing v5. Is this correct?

@kurtiev
Copy link
Contributor

kurtiev commented Jun 12, 2023

Seems like the latest version is 13.5 @preziotte

@ulsoftnaver
Copy link

npm install cordova-plugin-purchase@13.5.0

@brunoalex
Copy link

any one know how to use @13.5.0 ?

@ulsoftnaver
Copy link

import "cordova-plugin-purchase/www/store.d"
constructor(private platform: Platform) {
this.platform.ready().then(() => {
const store: any = new window.CdvPurchase.Store();
console.log('platform ready', store);
});
}

@kurtiev
Copy link
Contributor

kurtiev commented Jun 21, 2023

any one know how to use @13.5.0 ?

need to wait for doc update maybe
#1428 (comment)

Also, some example is available in repo

@chidav77
Copy link

Hi guys,
sorry for the stupid question.
Where did you find the version 13? on github I see only version 11 in the releases...

https://github.com/j3k0/cordova-plugin-purchase/releases

thanks for any help

@kurtiev
Copy link
Contributor

kurtiev commented Jun 28, 2023

Hi @chidav77 at NPM registry it's 13.6.0 at the moment.
https://www.npmjs.com/package/cordova-plugin-purchase

@studentrk
Copy link

So as far as I can see this plugin uses now version 5 so updating to the newest version should fix the google play warning. Please correct me if I'm wrong.

https://github.com/search?q=repo%3Aj3k0%2Fcordova-plugin-purchase+com.android.billingclient%3Abilling&type=code

@j3k0
Copy link
Owner

j3k0 commented Sep 4, 2023

That's correct. Latest version uses Billing Library version 5.

@j3k0 j3k0 closed this as completed Sep 4, 2023
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

7 participants