In my app I have called startMonitoringForRegion for several regions. If I kill the app, the next time the app start. will it still be monitoring that region that I’ve set before until I actually call stopMonitoringForRegion: ? Or do I have to call startMonitoringForRegion all over again? If this is the case is there a way so that when the app starts it automatically monitors the region that I have monitored before?
In my app I have called startMonitoringForRegion for several regions. If I kill the
Share
As the CLLocationManager Class Reference docs (see the “Using Regions to Monitor Boundary Crossings” section) state: