iphone CLLocationmanager Region monitoring callbacks not triggered
问题 I am trying to use monitoring regions to track if users have visited landmarks. the location manager is initialized in a viewcontroller along with a mapkit in viewdidload of the view controller: if (self.locationManager == nil) { // NSLog(@"creating location manager"); self.locationManager = [[CLLocationManager alloc] init]; locationManager.delegate = self; locationManager.desiredAccuracy = kCLLocationAccuracyBestForNavigation; locationManager.distanceFilter = kCLDistanceFilterNone; } NSSet*