Restart location updates from the background
问题 I'm working on an app that monitors the user's location. After I call startUpdatingLocation() I can put the app in the background. It continues to update the location. That works well. My question is: can I restart the continuous location updates from a didExitRegion call in the background ? Now if I simply call startUpdatingLocation() again, the app gets killed after 10 seconds. func locationManager(_ manager: CLLocationManager, didExitRegion region: CLRegion) { locationManager