常見問題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