Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Improve efficiency with periodic location checks #28

Open
bkeepers opened this issue Feb 26, 2019 · 0 comments
Open

Improve efficiency with periodic location checks #28

bkeepers opened this issue Feb 26, 2019 · 0 comments
Labels
enhancement New feature or request priority:SHOULD Things that should be done for the next milestone

Comments

@bkeepers
Copy link
Collaborator

bkeepers commented Feb 26, 2019

By default, CoreLocation updates location every second or so, which is a much higher frequency than what is needed for this use case. This unnecessarily drains the battery. It would probably be acceptable to only check location every 30-120 seconds, as long as those location checks were high accuracy. But, it is not easy to get updates with a high accuracy at a low frequency from CoreLocation.

This thread has some ideas about how to do it:
https://stackoverflow.com/questions/19042894/periodic-ios-background-location-updates/24666487

@bkeepers bkeepers added enhancement New feature or request priority:SHOULD Things that should be done for the next milestone labels Feb 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request priority:SHOULD Things that should be done for the next milestone
Projects
None yet
Development

No branches or pull requests

1 participant