pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.69k stars 282 forks source link

[FEATURE] Allow adding of billing in PWA android #2300

Closed MrVibe closed 2 years ago

MrVibe commented 2 years ago

Is your feature request related to a problem? Please describe. Google Bubblewrap PWA supports in-app product purchase in their Google play store. The PWA builder's template for Android app is missing the Uses Billing permission tag in the generated android app manifest. refer : https://chromeos.dev/en/publish/pwa-play-billing

Describe the solution you'd like Add a switch in the Android options for generating the app to add the billing permission in Android manifest

Describe alternatives you've considered Decompile app and add the billing permission

Additional context

ghost commented 2 years ago

Thanks for submitting a new feature request! I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future.

jgw96 commented 2 years ago

Hey @MrVibe , this switch already exists actually in the advanced settings dropdown (: Thanks for using PWABuilder! image

MrVibe commented 2 years ago

AWesome Thank you.