difference between didEnterRegion and didRangeBeacons
问题 What is the exact difference between didEnterRegion and didRangeBeacons in terms of use case i mean when i should implement didEnterRegion/didExitRegion and when should i implement didRangeBeacons ? What are the each delegate method's exact functionality ? From apple's documentation it's not very clear. - (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region { } AND - (void)locationManager:(CLLocationManager *)manager didRangeBeacons:(NSArray *)beacons inRegion: