Wake app at regular intervals while using UIBackgroundModes=location
问题 I'm developing a navigation app which uses the UIBackgroundModes=location setting and receives CLLocationManager updates via didUpdateToLocation . That works fine. The problem is that the intervals between location updates are very hard to predict and I need to make sure the app is called something like once every few seconds to do some other (tiny) amounts of work even if the location did not change significantly. Can I do that? Am I allowed to do that? And how can I do that? I found a blog