我正在使用两台 iOS 设备,其中一台设置为 iBeacon。
我正在使用第二个 iOS 设备来测量信标,并可以通过以下方式获取其状态:
-(void)locationManager:(CLLocationManager *)manager
didRangeBeacons:(NSArray *)beacons
inRegion:(CLBeaconRegion *)region{}
当我停止在 iBeacon 上投放广告时,第二台设备上的位置管理器会继续范围/识别 iBeacon 5-10 秒。
这是预期的行为吗?
peripheralManager 需要时间来放松吗?