Closed
Description
Is there a bug here? I don't understand why the desiredAccuracy should be reset to DEFAULT if enableHighAccuracy is enabled and the desiredAccuracy is initially kCLLocationAccuracyBest
.
Also I think this should be added to beginLocationUpdatesWithDesiredAccuracy
_locationManager.pausesLocationUpdatesAutomatically = NO;
so location updates would not pause when using watchPosition