【发布时间】:2014-07-22 23:51:28
【问题描述】:
iBeacon 似乎广播了他们的 txPower 参数(报告 1 米距离处的 RSSI 功率),该参数用于计算 beacon.accuracy 和 beacon.proximity 属性(有关 iBeacon 广告数据包的详细信息,请参见 here)。
但是,CLBeacon 类似乎没有 txPower 的属性。有没有办法可以使用 Core Location 框架获得 txPower,或者我需要进入 Core Bluetooth?我需要这个的原因是我想尝试自定义信标精度/接近度计算,以实现非常快速的信标即时范围发现。在这种情况下,从 accuracy 反向计算 txPower 是没有帮助的。
【问题讨论】:
标签: ios core-location cllocationmanager ibeacon