Hacker News new | ask | show | jobs
by eonwe 3623 days ago
I would think that to be false based n sports trackers. Or do they work in some different manner that's not suitable here?
1 comments

On iOS, when location updates are engaged via CLLocationManager#startUpdatingLocation (assuming all required permissions are in-place, eg NSLocationAlwaysAuthorization, UIBackgroundModes), an iOS app will remain running in background indefinitely until #stopUpdatingLocation is executed, when iOS will immediately put the app to sleep.