hi everyone,
When I uploaded my app bundle to Goolgle Play Console, Google asked me to remove location api access from my app since my app’s targeting children. However, I didn’t use any location plugins and my app has no location related feature. Why ionic5+angular+capacitor app by default request location access?
How to remove it?
Any help would be greatly appreciated.
My issue is the same as this https://stackoverflow.com/questions/62236440/ionic-capacitor-remove-the-unnecessary-permissions-in-ios-android
But removing the permissions from AndroidManifest.xml doesn’t solve my problem when publishing the app.
update: I’ve filed a bug report https://github.com/ionic-team/capacitor/issues/3793