【发布时间】:2019-08-01 11:40:17
【问题描述】:
我有一个estimote beacon,当用户进入beacon range. 时,我想显示一个notification
查看estimote beacon'sandroid集成文档,发现需要location permission.
Estomote official app 也不起作用,如果未授予位置权限。
我的问题是如何在不询问位置许可的情况下使信标工作,或者如果信标在没有位置许可的情况下无法工作,那么使用信标的原因是什么,或者我错过了一些非常重要的东西。
【问题讨论】:
-
estimote beacon如何连接手机? -
@VladyslavMatviienko : 我有
Estimote示例应用程序,它会检测信标位置,如果它在设备范围内。 -
那没有回答我的问题:
how does it connect to the phone?使用什么? -
@VladyslavMatviienko : 通过蓝牙,Beacon 发送蓝牙信号,其中包含它的 UDID,如果应用知道收到的 UDID,它可以向用户显示个性化通知。
-
蓝牙搜索需要位置权限。因此,您不能在没有位置许可的情况下进行蓝牙搜索。搜索不必启用位置,但您必须请求权限
标签: android ibeacon beacon ibeacon-android estimote