ios - 如何在不知道 UUID 的情况下检测 iBeacons,任何可能获得核心蓝牙或其他方式

标签 ios iphone ibeacon core-bluetooth

是否可以在不知道 iBeacon 的 UUID 的情况下检测它们? 有什么方法可以使用 Core Bluetooth 或其他方法吗?

最佳答案

您必须至少知道要查找的 UUID 才能创建 CLBeaconRegion。 iOS 上无法扫描“所有信标”。

iBeacons 被特别隐藏在 Core Bluetooth 发现中。

关于ios - 如何在不知道 UUID 的情况下检测 iBeacons,任何可能获得核心蓝牙或其他方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48515790/

相关文章:

objective-c - 如何在圆形轨迹上移动 uiview?

ios - 从委托(delegate)中检查 UITextField.text?

iphone - Facebook iOS - handleOpenURL 和 Tabbar 应用程序

iphone - 将 CGLayer 保存为 PNG 文件的正确代码是什么?

iphone - 在 iOS 中用手指绘制贝塞尔曲线?

ios - 如何在 iOS 应用程序中获取 iBeacon 的校准 RSSI 值?

ios - subview Controller 向下移动

ios - 将现有 Realm 数据库文件复制到应用程序组位置以进行今天的扩展

swift - 带 ibeacons 的存折(钱包)

c - Linux 中的 bluetooth/bluetooth.h 位于何处?