小程序
小游戏
企业微信
微信支付
扫描小程序码分享
开发小程序时,已通过wx.getSystemInfo和wx.authorize获取到定位权限状态和弹窗提示用户开启权限,用户开启后搜索蓝牙仍失败,提示为startBluetoothDevicesDiscovery:fail:location permission is denied,后来去打开微信的位置权限即可成功。
如果遇到这种情况如何检测微信的定位权限并引导用户去授权?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
wx.getSystemSetting 获取微信地理位置的系统开关
wx.openAppAuthorizeSetting 跳转系统微信授权管理页
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
这个api:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/setting/wx.openSetting.html
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
wx.getSystemSetting 获取微信地理位置的系统开关
wx.openAppAuthorizeSetting 跳转系统微信授权管理页
这个api:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/setting/wx.openSetting.html