【发布时间】:2015-05-12 13:35:56
【问题描述】:
我正在学习以下教程:
http://www.appcoda.com/ios7-programming-ibeacons-tutorial/
但是,我没有使用 iPhone 作为信标,而是使用制造商提供的真实信标(RECO、Estimote)。
我不明白下一行中的标识符字段应该使用什么:
// Setup a new region with that UUID and same identifier as the broadcasting //beacon
self.myBeaconRegion = [[CLBeaconRegion alloc] initWithProximityUUID:uuid identifier:@"what should I use here?"];
我可以修改信标的 UUID、主要和次要值,但没有修改标识符的选项。标识符是什么?
【问题讨论】:
标签: ios ibeacon identifier