Closed EagleDotNet closed 1 month ago
@EagleDotNet did you generate the package this week? the android package just got upgraded to sdk 35 including some updates to the billing around monday-tuesday, I generated a new app package and it has
<meta-data android:name="com.google.android.play.billingclient.version" android:value="6.2.1"/>`
I believe that a request to upgrade the billing to version 7 should be created on android-browser-helper as example of the version 6 upgrade few weeks ago: https://github.com/GoogleChrome/android-browser-helper/pull/476
@EagleDotNet did you generate the package this week? the android package just got upgraded to sdk 35 including some updates to the billing around monday-tuesday, I generated a new app package and it has
<meta-data android:name="com.google.android.play.billingclient.version" android:value="6.2.1"/>`
Indeed, when searching the source code, I found that the version used is 6.2.1, but the warning appears on the Google Play console page.
@EagleDotNet can you share more information about the warning? It may be related to an old bundle or apps in testing, and not really about your latest bundle, if you open the warning and go to "view app bundles" that are affected, it should link to the speciifc ones.
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .
The warning disappeared yesterday even though I did nothing, this was different from the SDK warning which disappeared right away when I uploaded a new version.
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue .
@jgw96 you can close this
What happened?
When uploading the application to Google Play, a warning appears due to using an old version of Google Play Billing Library and requests an update to version 6 or 7.
According to Google's timeline here , support for version 5 will end on Aug-31-2024.
How do we reproduce the behavior?
Error message appears after uploading the application to Google Play
What do you expect to happen?
Google Play Billing Library is updated to version 7.
What environment were you using?
Windows 10 with chrome
Additional context
No response