【发布时间】:2014-06-30 22:55:48
【问题描述】:
LocationManager 用于监控 iBeacon 区域。
方法:_locationManager.monitoredRegions.count 返回 2 但我得到一个错误:
Error Domain=kCLErrorDomain Code=5 "The operation couldn’t be completed. (kCLErrorDomain error 5.)"
好像监控超过20个区域时返回这个错误..
-(void)locationManager:(CLLocationManager *)manager monitoringDidFailForRegion:(CLRegion *)region withError:(NSError *)error
如何从位置管理器中删除区域
【问题讨论】:
标签: ios cllocationmanager ibeacon