Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 291 forks source link

Google Play Console Rejects the app indicating background geolocation use #240

Closed fcataldi closed 3 years ago

fcataldi commented 3 years ago

My app don't use backgroud geolocation feature, but i received this message from Play Console:]

"We detected that your app contains at least one feature that requests access to location in the background, however your permission declaration form did not reflect this"

I added the line bellow on my AndroidManifest file, but I'm receiving the same messagem above.

uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" tools:node="remove"

Could you help me please?

Thanks

Agontuk commented 3 years ago

This library does not provide any background location feature by default. Check other dependencies and your source code to see if there's any unwanted permissions. It would've been better if there's a detailed explanation from play console.

fcataldi commented 3 years ago

There's no problem. Thank you for the support.

msvargas commented 3 years ago

Hi @fcataldi, Can you help me? I have the same problem, what did you do to solve this?

@Agontuk Please see this google review, I only need foreground location:

Thanks!

image

fcataldi commented 3 years ago

Hi @msvargas Some time ago, I uploaded to the PlayStore a opened test version. At this moment, I used 0.59 RN version. Now, I use 0.61 version. The PlayStore acused this older version and not the new version. I removed the older version and the new version was accepted.

msvargas commented 3 years ago

@fcataldi Thanks, I will try

benndip commented 3 years ago

Hi @msvargas Some time ago, I uploaded to the PlayStore a opened test version. At this moment, I used 0.59 RN version. Now, I use 0.61 version. The PlayStore acused this older version and not the new version. I removed the older version and the new version was accepted.

@fcataldi please how can I remove an old version from the playstore console ? as it stands, it looks like it's not possible on the new console.

fcataldi commented 3 years ago

Hi @msvargas Some time ago, I uploaded to the PlayStore a opened test version. At this moment, I used 0.59 RN version. Now, I use 0.61 version. The PlayStore acused this older version and not the new version. I removed the older version and the new version was accepted.

@fcataldi please how can I remove an old version from the playstore console ? as it stands, it looks like it's not possible on the new console.

@benndip Was a open or closed test version. Probability I turned this version unavailable. When you receive the alert by Google Play, the packed version is show. Note this. If is not the same version that you are working on, try remove. If is the same version that you are working on, then you have a problem and will be necessary identify the component to be changed.