今天升级了一下微信到7.0.18,以前运行OK的代码出问题了,就如下简单的代码,在开发工具上会到success里面,但在真机上就会到fail里面去。而且微信没有升级到7.0.18之前都运行的好好的。郁闷。错误信息就是:startLocalServiceDiscovery:fail search error
wx.startLocalServiceDiscovery({
serviceType: '_http._tcp.',
success: function(res){
let items = that.data.items;
items.push('success');
items.push(res.errMsg)
that.setData({items: items})
},
fail:function(res){
let items = that.data.items;
items.push('fail');
items.push(res.errMsg)
that.setData({items: items})
},
complete:function(res){
let items = that.data.items;
items.push('complete');
items.push(res.errMsg)
that.setData({items: items})
},
})
},
Iphone 8 , IOS 14.2 微信7.0.18以前都好好的,升级到7.0.18就出问题了。
代码片段 https://developers.weixin.qq.com/s/ucf9mHmF77lD
在微信7.0.15上会返回success,在7.0.18上就返回fail
我们也有同样的问题,iOS14越来越多,微信7.0.18也越来越多。现在投诉一直在增长,有的客户选择退货。请尽快解决吧。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点(具体到分钟)
IOS13.5.1 + 微信7.0.18运行OK。
IOS 14.2 + 微信7.0.15运行OK。
IOS 14.2+微信7.0.18运行Fail。
看来四年过去了还是没有什么进展😓
iOS上最新版微信测试还是这样....
startLocalServiceDiscovery在微信7.0.18上运行失败,IOS 14.2+微信7.0.18运行Fail。现在问题解决了吗?
@社区技术运营专员-CJiang
有结果了吗
我们也有同样的问题,iOS14越来越多,微信7.0.18也越来越多。现在投诉一直在增长,有好的替代方案吗?