Eddystone beacon detecting issue

房东的猫 提交于 2019-12-06 00:24:04

Your code is using Core Location, which only works with iBeacon. You won't be able to discover Eddystone beacons this way.

You need to use some Eddystone-compatible SDK. Since you seem to be using Kontakt.io's beacons, you might want to use their SDK:

http://developer.kontakt.io/ios-sdk/quickstart/#eddystone-support

Alternatively, you can use iOS's native Core Bluetooth to implement Eddystone scanning yourself. There's even an example on how to do that, available in the official Eddystone GitHub repo:

https://github.com/google/eddystone/tree/master/tools/ios-eddystone-scanner-sample

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!