iOS - Geofencing with WiFi turned off
问题 I have code that creates a geofence on my iPhone that will trigger some code to be executed when didExitRegion gets called. However, I have found that when I have WiFi switched off that didExitRegion never gets triggered. Is WiFi required for monitoring region changes on iOS? My desired accuracy is set to kCLLocationAccuracyHundredMeters. I am testing on iOS 6.1 and iPhone 4. Here is my code for setting up location monitoring: - (id)init { self = [super init]; if (self) { CLLocationManager