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
If a user first denies access to location data and is later prompted to go into the settings because he/she chose to sort by location, the location is not being updated right after switching back to the app. Everything works fine if the sorting is switched around again.
It's slightly weird because the CLAuthorizationStatus is fine in that case, it's just the CLLocationManager delegate methods not being called for whatever reason it seems.
The text was updated successfully, but these errors were encountered:
If a user first denies access to location data and is later prompted to go into the settings because he/she chose to sort by location, the location is not being updated right after switching back to the app. Everything works fine if the sorting is switched around again.
It's slightly weird because the CLAuthorizationStatus is fine in that case, it's just the CLLocationManager delegate methods not being called for whatever reason it seems.
The text was updated successfully, but these errors were encountered: