iOS Geofence CLCircularRegion monitoring. locationManager:didExitRegion does not seem to work as expected
问题 I am currently trying to get my app to monitor particular regions using CoreLocation however I am finding that it does not seem to work as expected, it seems to me that it cannot work with small a small radius set for each location i.e. 10m. I\'ve also put together a little test app which plots the circle radius on a map so I can visually see what is happening. The code I am using for monitoring locations is as follows: self.locationManager = [[CLLocationManager alloc] init]; self