手机 IOS 11.2.6 iphone X   微信版本6.6.5


使用几个iBeacon 设备都搜索不到,代码检查 下也是应该没有问题的,系统蓝牙有打开 定位也打开。设备在APP 能搜索到相应信息,但是在小程序就不可以,下面是iBeacon在APP 信息 ,麻烦哪里高手能帮我解答下。







wx.startBeaconDiscovery({

//怕由于大小写原因引起,所以大写与小写都测试了

uuids: ['21173738-DD02-4A04-288E-1C87F9C6685B'.toLowerCase(), 'B9AF6690-658A-88EC-3EBB-BDDDC02264A6'.toLowerCase(), 'EF8CF6C2-34F7-E17F-B5E8-2726D8B71DD'.toLowerCase()],

success(res) {

setInterval(function(){

wx.getBeacons({

fail: function (res) {

console.log('fail');

console.log(res);

},

success: function (res) {

console.log('sucess');

console.log(res);

}

});

},2000);

wx.onBeaconUpdate((res) => {

console.log('onBeaconUpdate');

console.log(res);

});

wx.onBeaconServiceChange(function (available, discovering) {

console.log('onBeaconServiceChange');

console.log([available, discovering]);

}

);

console.log(res);

},

fail: function (res)

{

console.log(res);

}

})




展开全部
收起
1回答
提交回答
  • 至过去的我

    2044人对此回答表示赞同

    我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>
    发布于
  • seeulater

    2人对此回答表示赞同

    管理员呢,在线求救

    展开
    2
    0回复
    发布于 5年前

    评论(0)

    收起评论

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
咨询热线

13312967497

扫码添加业务即可随时咨询 还可领取小程序推广攻略

业务咨询: 13312967497
扫码咨询

扫码咨询套餐

回到顶部