Region Monitoring method getting called multiple times in Geo-Fencing
问题 I have created multiple geo-fence to monitor region entry/exit events. I have created a location manager in AppDelegate.h file. @interface AppDelegate : UIResponder <UIApplicationDelegate, CLLocationManagerDelegate> @property (strong, nonatomic) UIWindow *window; @property(nonatomic,retain)CLLocationManager *locationManager; @property(nonatomic,retain)CLLocation *currentLocation; +(AppDelegate *)sharedDelegate; AppDelegate.m file - (BOOL)application:(UIApplication *)application