msimms / OpenWorkoutTracker

A workout tracker for iOS that includes cycling, running, as well as strength exercises. Supports Bluetooth sensors.
Other
49 stars 3 forks source link

Location updates are sometimes on even when no activity is in progress. #42

Closed msimms closed 3 years ago

msimms commented 3 years ago

The location manager keeps sending out updates even when no activity is in progress.

msimms commented 3 years ago

Turns out that the asynchronous location authorization callback was sometimes getting called at strange times, the code would then re-start location updates. Added some extra state tracking to prevent this.