The iOS CLLocationManager
reports various errors in its didFailWithError
method:
https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CoreLocationConstantsRef/Reference/reference.html#//apple_ref/c/econst/kCLErrorDenied
In the documentation it is not clear which of these error (except kCLErrorDenied
and kCLErrorLocationUnknown
) stop the location manager and location updates?
Regards,