Location settings are not satisfied
See original GitHub issueI use react-native-geolocation-service for get user current location without internet and I try with your example code , my problem is when WIFI is off app give me thie error :
code:5 , Location settings are not satisfied
and when WIFI is on app work very well and give me current location
Issue Analytics
- State:
- Created 5 years ago
- Comments:20 (7 by maintainers)
Top Results From Across the Web
Location settings for LocationRequest - android - Stack Overflow
Location settings are not satisfied : task.addOnFailureListener(this, new OnFailureListener() { @Override public void onFailure ...
Read more >Change location settings | Android Developers
Location settings are not satisfied, but this can be fixed // by showing the user a dialog. try { // Show the dialog...
Read more >Current location settings can not satisfy this request
When GetLocation is called, error message states "Current location settings can not satisfy this request". 1. Works fine when using browser ...
Read more >Manage your Android device's location settings - Nexus Help
Android 12 & higher · Swipe down from the top of the screen. · Touch and hold Location . If you don't find...
Read more >SettingsClient | Google Play services
RESOLUTION_REQUIRED : // Location settings are not satisfied. ... However, we have no way to fix the // settings so we won't show...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When I put my device on airplane mode and trying to get location getting error message “Location settings are not satisfied”. Is react-native-geolocation-service not works in Airplane mode? Please help.
gives me same error “Location settings are not satisfied.” though mobile data wifi are turned on!