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

Upgrade to 7.1 of android billing #631

Open
jamesmontemagno opened this issue Sep 28, 2024 · 9 comments
Open

Upgrade to 7.1 of android billing #631

jamesmontemagno opened this issue Sep 28, 2024 · 9 comments
Assignees

Comments

@jamesmontemagno
Copy link
Owner

Is now available: https://developer.android.com/google/play/billing/migrate-gpblv7

@jamesmontemagno jamesmontemagno self-assigned this Sep 28, 2024
@rezamohamed
Copy link

In the Readme there is a mention of 'Version 8 Major Updates', however, nuget only shows 7.1.3. Is the v8 not released yet?

@rezamohamed
Copy link

I had to search nuget and found the beta release. Is this it?
https://www.nuget.org/packages/Plugin.InAppBilling/8.0.3-beta

@jamesmontemagno
Copy link
Owner Author

The versions don't align with Android billing library stuff. 8.0.3-beta uses BillingClient 6.2.1

@rezamohamed
Copy link

The versions don't align with Android billing library stuff. 8.0.3-beta uses BillingClient 6.2.1

@jamesmontemagno Sorry, that wasn't very clear. On the readme it says to use the v8 Major Version (the only v8 I see is the beta), and here are you saying don't use the v8 beta? Which is the correct version to use with the Android Billing v7?

@jamesmontemagno
Copy link
Owner Author

v8 is now out on stable and that is built against Android Billing v6.2

@rezamohamed
Copy link

Thanks for clarifying! will try it out now

@rezamohamed
Copy link

@jamesmontemagno still open question on this, should I be targeting 6.2.1 here:

<meta-data android:name="com.google.android.play.billingclient.version" android:value="6.2.1"/>

or the latest v7 version 7.1.1 and change the android:value = "7.1.1"?

https://developer.android.com/google/play/billing/release-notes

@jamesmontemagno
Copy link
Owner Author

It is whatever version i built it against. Although you shouldn't have to add it anymore

@rezamohamed
Copy link

rezamohamed commented Oct 22, 2024

Although you shouldn't have to add it anymore

Ah even better, I will go ahead and remove
<meta-data android:name="com.google.android.play.billingclient.version" android:value="6.2.1"/>
from the Android Manifest. Thanks!

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

2 participants