Location permission update for Android 11. Now application is rejected?
Android 11 requires permanent location permission
Android app "requires location permissions" despite permission given
I no longer have the option to allow an app to know location all the time. Only "when using app" or "deny." How do I get that permission option again?
Apps that target Q need to declare a permission for background location. They don't have to target Q, so if this permission is needed then ask the dev about it
More on reddit.comVideos
We have an app that (since Android 6.0) has to have the location permission enabled to discover nearby Bluetooth BLE devices. This is the primary function of the app. It's a business app that installs and configures meters and radio firmware, and has been functioning fantastically in the store for well over a year now.
To be compliant with the new policy updates we updated our location permission declaration, which came back with a rejection because we had no text declaration on the app. Fine. We put it right on the login screen. All of our customers are aware of the issue that Android needs to have the location permission on. The first thing the app does is pop up the OS permission dialog. But, OK fine. We added the text to the login screen. After some back and forth on language, we have this text:
"This app uses location data in the background to enable Bluetooth device discovery for the IMR radios."
Now we just got a rejection that there is no declaration text found.... at all?
I opened a ticket, but just reaching out here for support. We have update to go live to the stores this week. We have this app in Android, Apple, and Windows stores. It looks like our Android customers won't be getting the update anytime soon, because of this issue.
Also, it's EXTREMELY silly to have to enable the location permission to detect nearby BLE devices. But, Google's own developers don't seem to realize this is the case?
Very frustrating.