iOS无法区分蓝牙的系统开关和允许微信使用蓝牙的开关?
通过 wx.getSystemSetting() API 获取 bluetoothEnabled(蓝牙的系统开关)
通过 wx.getAppAuthorizeSetting() API 获取 bluetoothAuthorized (允许微信使用蓝牙的开关)
测试结果:iOS 中bluetoothEnabled和bluetoothAuthorized无法正确反应蓝牙的系统开关和允许微信使用蓝牙的开关的状态。
测试环境:iPhone13, iOS(16.4.1), WeChat(8.0.37)
测试代码片段:
wx.getSystemSetting:https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getSystemSetting.html
wx.getAppAuthorizeSetting():https://developers.weixin.qq.com/miniprogram/dev/api/base/system/wx.getAppAuthorizeSetting.html