GoogleChrome / android-browser-helper

The Android Browser Helper library helps developers use Custom Tabs and Trusted Web Activities on top of the AndroidX browser support library.
Apache License 2.0
688 stars 286 forks source link

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

Open brainfoolong opened 3 months ago

brainfoolong commented 3 months ago

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

h-nibor commented 2 months ago

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.

joyzhong commented 2 months ago

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!

orbital17 commented 1 month ago

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.

orbital17 commented 1 month ago

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.

joyzhong commented 4 weeks ago

Amazing, thanks for fixing this!