收藏
回答

getConnectedWifi 在IOS上返回异常fail no wifi is connecte

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.getConnectedWifi 微信iOS客户端 7.0.18 2.14.1

问题:在多个IOS设备上.getConnectedWifi返回异常

代码片段

wx.startWifi({
  success (res) {
    console.log(res)
  }
});
wx.getConnectedWifi({
      successfunction(res{
        console.log(res,"WIFI链接成功");
      },
      failfunction(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-14
回答关注问题邀请回答
收藏

4 个回答

  • 社区技术运营专员--阳光
    社区技术运营专员--阳光
    2021-01-20

    你好,复现后麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点,再提供下这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2021-01-20
    有用
    回复
  • 三三科技
    三三科技
    2021-08-05

    同学们,我也遇到这个问题。有解决办法吗

    2021-08-05
    有用 1
    回复
  • 丶落叶归根
    丶落叶归根
    2021-03-15

    请问这个解决了么


    2021-03-15
    有用
    回复
  • s
    s
    2021-01-16

    都几天了.官方快来看看啊.至少要告诉我们这个影响范围.不然到时候产品给用户.连解释都不知道怎么解释

    2021-01-16
    有用
    回复 5
    • Boom
      Boom
      2021-02-26
      楼主解决了没,我也是遇到了同样的问题,连着wifi 报errMsg: "getConnectedWifi:fail no wifi is connected."},我是苹果12
      2021-02-26
      回复
    • z
      z
      2021-04-14
      ▼Object {errMsg: "getConnectedWifi:fail no w...
      2021-04-14
      回复
    • z
      z
      2021-04-14回复z
      wifi Ib onload
      2021-04-14
      回复
    • z
      z
      2021-04-14
      我的 也是 请问有处理方案  getConnectedWifi:fail no wifi is connected."}
      2021-04-14
      回复
    • 明明
      明明
      2022-03-02
      有方案了吗 IOS15也有这个问题 官方解决一下吧
      2022-03-02
      回复
登录 后发表内容
问题标签