Closed DaliaElhefny closed 7 months ago
That's normal and even in the documentation: https://github.com/zoontek/react-native-permissions?tab=readme-ov-file#about-ios-location_always-permission
EDIT: I see that's on Android. If check returns granted, you can still access location indeed than it's an OS issue.
Before submitting a new issue
Bug summary
I'm requesting location permission in my app
ACCESS_FINE_LOCATION
and faced unexpected behavior When requesting the location permission the OS alert appears and then I select to allowOnly this time
optionExpected:
check()
function to get permission status it should returndenied
in this caseActual:
check()
function to get permission status it always returnsgranted
no matter how many times I kill the app and re-open it again to check the permission's statusLibrary version
4.1.5
Environment info
Steps to reproduce
denied
Only this time
optiongranted
Reproducible sample code