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
Hi,
Users can turn off location services or deny location permission whenever Compass is used in the background. This leads to the absence of any location updates without any errors being emitted trackingStatus flow.
To handle such cases, LocationCallback.onLocationAvailability and CLLocationManagerDelegateProtocol.locationManagerDidChangeAuthorization (& maybe some others on iOS) have to be implemented, and status updates must be passed up to DefaultGeolocator.
The text was updated successfully, but these errors were encountered:
Hi,
Users can turn off location services or deny location permission whenever Compass is used in the background. This leads to the absence of any location updates without any errors being emitted
trackingStatus
flow.To handle such cases,
LocationCallback.onLocationAvailability
andCLLocationManagerDelegateProtocol.locationManagerDidChangeAuthorization
(& maybe some others on iOS) have to be implemented, and status updates must be passed up toDefaultGeolocator
.The text was updated successfully, but these errors were encountered: