didEnterRegion is not Called but didExitRegion is Called in objective C
问题 Hi everyone in my app i'm finding the iBeacons here the didExitRegion Method i called when i exit from the Region but the didEnterRegion method is not called when i entering the region.i fixed the background Refresh,remote notifications,location request always in info.plist here is my code - (void)viewDidLoad { [super viewDidLoad]; locManager=[[CLLocationManager alloc] init]; locManager.delegate=self; [self initRegion]; if([locManager respondsToSelector:@selector(requestAlwaysAuthorization)])