ユースケースに関して、didEnterRegion と didRangeBeacons の正確な違いは何ですか?
各デリゲート メソッドの正確な機能は何ですか? アップルのドキュメントからは、あまり明確ではありません。
- (void)locationManager:(CLLocationManager *)manager
didEnterRegion:(CLRegion *)region
{
}
と
- (void)locationManager:(CLLocationManager *)manager
didRangeBeacons:(NSArray *)beacons
inRegion:(CLBeaconRegion *)region
{
}