OutageReason
Entries
User needs to enable location permission. Generally this one points to the incorrect integration, as SDK features should remain inaccessible before you explicitly verified that appropriate permissions are present.
User needs to grant activity access permission. Generally this one points to the incorrect integration, as SDK features should remain inaccessible before you explicitly verified that appropriate permissions are present.
User should turn on the location service on the device. Means that the geoloction was turned off system-wide and no app can access it.
Tracking was not started, so no current location is available.
SDK started tracking and is in process of calculating current position. In most of the cases SDK passes through this state in a second, but depending on hardware and externalities it may take up to 10 minutes to get the first location.
Phone has lost connection to GNSS constellation. In most of the time moving out to open areas solve this problem, but sometime it's required to restart the phone to reset GNSS sensor cache.
App restart required to force sensor connection reset.