iOS - CoreLocation and geofencing while app is closed
I've read many tutorials about geofencing my iOS app (i.e., here ), but none mention whether or not iOS allows any app-specific location data to be handled when the app is closed. For instance, I understand that when the app is in the background, these services will still persist (if coded correctly), but how about when the user double taps the home button and closes the app? Can location data still be obtained? According to the Apple Documentation , in the Using Regions to Monitor Boundary Crossings section: In iOS, the regions you register with the location manager persist between launches