Unwanted Location permission in my app

No, show your blocks or the used components, extensions …

1 Like

as @parmarparth996 and @bodymindpower which components you have used and is there any extension used?

1 Like

@ImranTariq & @parmarparth996 & @bodymindpower

Component :
Audio
Network
Notifier
Admob Interstitial
Image
Circular Progress Bar

Extension
GmailUtils for Mail

what error you are getting while uploading apk?

1 Like

When I select age in App Content to Under 8 … it shows remove location permission from the app

@ImranTariq

have you checked after removing admob interstitial ?

1 Like

I think he done as he said

1 Like

Did you check email extension permission

yes checked but it still ask location permission

I had removed the mail extension and after again when i download and test still it ask location permission

i cant understand why its still asking for that permission, maybe @Boban can help here?

1 Like

Hello Mr. @Boban
I’m facing a problem please help me

1 Like

Are you absolutely sure that’s all? If so, try removing the location permission from the manifest and see if it works.

2 Likes

which software i use to remove location permission from AndroidManifest.xml @bodymindpower

It takes some time to explain … so post APK here or per Mail.

1 Like

okay i’m posting the apk here

Are you absolutely sure that you removed the Admob Interstitial component completely?
I dont think so.

This component requires the following permissions and add them to the Manifest:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
3 Likes

Ohh I’ll remove it and will try again

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.