标签: ios swift broadcastreceiver bluetooth-lowenergy ibeacon
我想开发一款可以作为 Beacon 接收器使用的iOS应用程序,它将通过蓝牙低功耗从周围的距离获得广播设备 UUID BLE )设备支持的覆盖距离。
我正在关注本教程https://www.raywenderlich.com/152330/ibeacon-tutorial-ios-swift。本教程通过添加设备UUID提供了一个作为Beacon工作的设备,但我需要自动获取这些设备UUID。
我该怎么做?是否可以使用CoreLocation和CoreBluetooth服务?