GoogleChrome/android-browser-helper

Billing PBL Upgrade to v7 because Google Play Store requires it as of Sept 2024

brainfoolong opened this issue ยท 5 comments

The play store now requires PBL version 7. This library should migrate to v7, as v5 will not be accepted anymore in a few months.

image

https://developer.android.com/google/play/billing/migrate-gpblv7?hl=en

For us, the warning is that the app must use Google Play Billing Library version 6.0.1 or later.

+1 for the request to upgrade, otherwise apps bundling Android Browser Helper Billing may be blocked from releasing further updates.

Hi, is there any ETA on a fix for this? I'm now getting this policy violation from Play Store, for my PWA which depends on this library:
Screenshot 2024-07-09 at 3 01 15โ€ฏPM

Thanks!

We're currently working on updating the library to v6 and hope to roll out in the next couple of weeks to give you time to make the necessary changes by the Aug 31, 2024 deadline. If you know you'll need more time, please request an extension. The extension form is available through the details page of the warning or issue on the Policy status page in Play Console.

The library is updated to Play Billing v6. Please use the latest version of the billing package: com.google.androidbrowserhelper:billing:1.0.0-alpha11.

Bubblewrap has also been updated in the latest release: https://github.com/GoogleChromeLabs/bubblewrap/releases/tag/v1.22.0.

Amazing, thanks for fixing this!