Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACCES_FINE _LOCATION not accepted by Google Play #341

Open
scal-csimon opened this issue Feb 21, 2021 · 1 comment · May be fixed by #342
Open

ACCES_FINE _LOCATION not accepted by Google Play #341

scal-csimon opened this issue Feb 21, 2021 · 1 comment · May be fixed by #342

Comments

@scal-csimon
Copy link

scal-csimon commented Feb 21, 2021

For common questions and issues see the FAQ

Bug Information

Version Number of Plugin: 4.5.06
Device Tested On: Pixel 3a
Simulator Tested On: Pie 9
Version of VS: 2019
Version of Xamarin: 16
Versions of other things you are using:

Steps to reproduce the Behavior

Buid your Application with plugin Xam.Plugin.Geolocator

Expected Behavior

Manifest without ACCESS_FINE_LOCATION
Google does not accept anymore ACCESS_FINE_LOCATION witout good reason.
You should remove automatically add this permission and let developper add it themself if thy want.

Its CRITICAL for publish in google play

Actual Behavior

automatically add
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

Code snippet

Screenshotst

@jamesmontemagno
Copy link
Owner

I don't think that is accurate -> https://developer.android.com/training/location/permissions#foreground their documentation tells you to use this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants