react-native-background-geolocation
react-native-background-geolocation copied to clipboard
Problem in handling permissions using onProviderChange. Two scenarios I am facing the issue
I was able to handle permissions using onProviderChange. Only 2 scenarios I am facing issue
- when user denied permission 2 times in android, the permission denied permanently and unable to show dialog using the library. Working fine in iOS
- When we show Background location permission dialog when user clicked cancel there is no way we can handle that scenario in both android and ios
Originally posted by @Venkatech in https://github.com/transistorsoft/react-native-background-geolocation/issues/2037#issuecomment-2212966808