wx.startBeaconDiscovery({
ignoreBluetoothAvailable: false,
uuids: ['2686f39c-bada-4658-854a-a62e7e5e8b8d'],
success: (res) => {
console.log('首次开始搜寻设备Beacon', res)
wx.onBeaconUpdate(()=>{
console.error('onBeaconUpdate')
})
},
fail: (err) => {
console.log(err)
}
})
蓝牙和定位权限均打开
你好,麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点
ios:zhs981123 时间点:2022-9-19 09:52
遇到同样问题, iphone6, 8 都有这个问题。 wx.onBeaconUpdate 在安卓没有问题,会有回调。 ios都没有反应。 位置蓝牙都打开了的。