You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least on Android LOCATION permission is different from background location (android.Manifest.permission.ACCESS_BACKGROUND_LOCATION started from API lvl 29).
BACKGROUND_LOCATION should be also available along the fine and coarse location via moko-permissions.
At least on Android LOCATION permission is different from background location (
android.Manifest.permission.ACCESS_BACKGROUND_LOCATION
started from API lvl 29).BACKGROUND_LOCATION should be also available along the fine and coarse location via moko-permissions.
AFAIK fallback for ios is to
requestAlwaysAuthorization()
(c) https://stackoverflow.com/questions/64534309/how-does-this-app-ask-for-background-location-permission-immediately
The text was updated successfully, but these errors were encountered: