You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial to add a feature in the PWABuilder packager tool that allows developers to declare the Ad ID permission (com.google.android.gms.permission.AD_ID) directly. This feature should automatically insert the following permission into the AndroidManifest.xml when building the Android package for a PWA:
Do you have an implementation or a solution in mind?
Add an option in the PWABuilder interface where developers can specify whether their app requires Ad ID permission. If enabled, the packager will automatically add the following permission to the generated AndroidManifest.xml file:
Tell us about your feature idea
It would be beneficial to add a feature in the PWABuilder packager tool that allows developers to declare the Ad ID permission (
com.google.android.gms.permission.AD_ID
) directly. This feature should automatically insert the following permission into theAndroidManifest.xml
when building the Android package for a PWA:Do you have an implementation or a solution in mind?
Add an option in the PWABuilder interface where developers can specify whether their app requires Ad ID permission. If enabled, the packager will automatically add the following permission to the generated
AndroidManifest.xml
file:Have you considered any alternatives?
Currently I don't see any other alternatives than to decompile the
.aab
and editing the manifest myself.Tasks
The text was updated successfully, but these errors were encountered: