2014年3月27日木曜日

iBeacon, Bluetooth/位置情報がONでもError 16が呼ばれる問題

環境:
iPhone5s, iOS7.1

問題:
iBeacon検出のためにCLLocationManagerのstartRangingBeaconsInRegionを呼び出した後、Bluetoothがオン、位置情報も有効にも関わらずデリゲートメソッド

- (void)locationManager:(CLLocationManager *)manager rangingBeaconsDidFailForRegion:(CLBeaconRegion *)region withError:(NSError *)error

が呼び出されて、Error 16が送出される。


原因:
今のところ不明

解決:
iPhoneを再起動する

参考:
http://stackoverflow.com/questions/20164952/cllocationmanager-kclerrordomain-codes

0 件のコメント: