-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
_locationManager.desiredAccuracy = RCT_DEFAULT_LOCATION_ACCURACY; |
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
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.