我也遇见了.进一步看了下日志.是手机禁用了微信的定位权限.打开权限就恢复了.
wx.getWifiList报GPS问题,已经打开定位并获取权限,提示未获取?报错信息: errCode: 12012 errMsg: "getWifiList:fail:may be not obtain GPS Perrmission" errno: 1505004 已获取的权限: [图片] app.json已配置: [图片] 手机型号:荣耀X40,系统版本:6.1.0,安卓版本:12,基础库版本:2.19.2,微信版本:8.0.32 代码片段:https://developers.weixin.qq.com/s/iHMi6cm374F1
2023-08-22都几天了.官方快来看看啊.至少要告诉我们这个影响范围.不然到时候产品给用户.连解释都不知道怎么解释
getConnectedWifi 在IOS上返回异常fail no wifi is connecte问题:在多个IOS设备上.getConnectedWifi返回异常 代码片段 wx.startWifi({ success (res) { console.log(res) } }); wx.getConnectedWifi({ success: function(res) { console.log(res,"WIFI链接成功"); }, fail: function(res) { console.log(res,"WIFI链接失败"); } }); wx.getNetworkType({success(res){console.log(res,"网络类型")}}) wx.getSystemInfo({success(res){console.log(res,"系统信息")}}) 输出结果依次是 {"errMsg":"startWifi:ok"} {errMsg: "getConnectedWifi:fail no wifi is connected."} "WIFI链接失败" {errMsg: "getNetworkType:ok", networkType: "wifi"} "网络类型" {"benchmarkLevel":10,"language":"zh_CN","wifiEnabled":true,"safeArea":{"bottom":736,"height":716,"top":20,"width":414,"left":0,"right":414},"bluetoothEnabled":true,"locationAuthorized":false,"deviceOrientation":"portrait","notificationSoundAuthorized":true,"screenHeight":736,"windowHeight":624,"system":"iOS 13.6","version":"7.0.18","locationReducedAccuracy":false,"statusBarHeight":20,"fontSizeSetting":17,"pixelRatio":3,"windowWidth":414,"notificationAuthorized":true,"notificationBadgeAuthorized":true,"errMsg":"getSystemInfo:ok","locationEnabled":true,"batteryLevel":100,"model":"iPhone 6s Plus","screenWidth":414,"screenTop":64,"microphoneAuthorized":true,"albumAuthorized":true,"cameraAuthorized":true,"notificationAlertAuthorized":true,"brand":"iPhone","platform":"ios","SDKVersion":"2.14.1","host":{"env":"WeChat","appId":"","version":385880627}} 关键信息: 手机型号:iphone 6S Plus 操作系统.IOS 13.6 微信版本7.0.18 小程序SDK版本2.41.1 测试环境:IOS设备->真机调试->命令行执行 网络环境为公司WIFI 稳定性一般. 2.4G频段 操作时间 2021年1月14日 18:27分左右 前后误差十分钟. 多个设备测试均出现以上问题.
2021-01-16有进展吗.我这边发现多个苹果设备用不了这个WIFI接口 [图片] [图片]
苹果手机系统升级到13.6后连接wifi报错?最近公司有几个苹果手机系统升级到最新版本13.6后连接wifi的api一直报{"errCode":12010,"errMsg":"connectWifi:fail internal error."}
2021-01-13