常见问题FAQ
IOS中应该如何操作ibeacon和Beacon
1、ibeacon
iOS 系统中可以使用 CoreLocation,来方便的与 iBeacon 设备进行交互。
2、
设备厂使用自定义的广播协议,将数据写入广播 AdvData 中。对于这种 Beacon 设备的信息 读取,不能使用 CoreLocation,需要使用 CoreBluetooth。
CoreBluetooth: https://developer.apple.com/documentation/corebluetooth?language=objc
CoreLocation: https://developer.apple.com/documentation/corelocation?language=objc