Geo-Fencing didEnterRegion and didExitRegion methods not called?
问题 Hi Guys Am working on Geo-Fencing! Location manager didDetermineState is calling properly but when i entered region didEnterRegion and didExitRegion never been invoked. Here my code is **ViewController.m** GeofenceMonitor * gfm = [GeofenceMonitor sharedObj]; NSMutableDictionary * fence1 = [NSMutableDictionary new]; [fence1 setValue:@"office" forKey:@"identifier"]; [fence1 setValue:@"13.04765701" forKey:@"latitude"]; [fence1 setValue:@"80.18752289" forKey:@"longitude"]; [fence1 setValue:@"100"