[图片] SDK升级到2.0.4
微信登录已经升级到SDK2.0.4,有个iOS18.0的用户登录一直报错,以下是监听到的错误信息SDK升级了,universal link正常,其他用户都能打开,就单单这一个用户有问题。平台几百万的日活跃用户量,要怎么解决这个问题? 2025-03-03,截止到今天又有几个用户遇到这种问题了,都是iOS18的,也没见官方有什么答复,真是失望透了 16:47:08.382 [APP] [I]💙 WXApi: wxlog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxdfbcb23cf0e3cb6b/auth/?scope=snsapi_userinfo%2Csnsapi_base%2Csnsapi_contact&state=App&wechat_auth_token=86c28efe89e2bd0347e2eaf0397eb92353b1b8767fe41b04c5c8b1989c8c4c4c_MTcwMDYyNTA4MQ%3D%3D&wechat_auth_context_id=450acaf8117affd0a9ed18c3d3d12b5c6d9cccd1&wechat_app_bundleId=com.co.Yoosee IVThirdPartyService.swift:220 16:47:08.382 [APP] [I]💙 WXApi: wxlog:Error:lauch app fail and need degrade, url:https://help.wechat.com/app/wxdfbcb23cf0e3cb6b/auth/?scope=snsapi_userinfo%2Csnsapi_base%2Csnsapi_contact&state=App&wechat_auth_token=86c28efe89e2bd0347e2eaf0397eb92353b1b8767fe41b04c5c8b1989c8c4c4c_MTcwMDYyNTA4MQ%3D%3D&wechat_auth_context_id=450acaf8117affd0a9ed18c3d3d12b5c6d9cccd1&wechat_app_bundleId=com.co.Yoosee, schemeURL:weixin://app/wxdfbcb23cf0e3cb6b/auth/?scope=snsapi_userinfo%2Csnsapi_base%2Csnsapi_contact&state=App&wechat_app_bundleId=com.co.Yoosee&wechat_degrade_launch_by_scheme=1 IVThirdPartyService.swift:220 16:47:08.382 [APP] [I]💙 WXApi: wxlog:Error:launch app fail, isUlLaunch:0, url:weixin://app/wxdfbcb23cf0e3cb6b/auth/?scope=snsapi_userinfo%2Csnsapi_base%2Csnsapi_contact&state=App&wechat_app_bundleId=com.co.Yoosee&wechat_degrade_launch_by_scheme=1 IVThirdPartyService.swift:220 16:47:08.382 [APP] [I]💙 WXApi: wxlog:degrade launch app ret:0, with url:weixin://app/wxdfbcb23cf0e3cb6b/auth/?scope=snsapi_userinfo%2Csnsapi_base%2Csnsapi_contact&state=App&wechat_app_bundleId=com.co.Yoosee&wechat_degrade_launch_by_scheme=1 IVThirdPartyService.swift:220
03-05同问,scrollView在iOS设备上,上拉下拉回弹后,会出现暂时不能滑动的效果
scrollVIew 在ios系统下拉上拉加载数据会出现卡顿现象,求解?下拉上拉快速滑动就会卡住
2019-11-27的确没生效,真机测试,生产环境 app.json配置: { ... "networkTimeout": { "request": 5000 } ... } 断开手机WiFi和蜂窝网络,loading不消失,计时为60s
networkTimeout 配置后不生效开发工具测试,没有用真机 [图片]
2019-01-16好吧,最终说服了运维把响应的Cache-Control设为了max-age=0
在android设备上web-view的缓存问题当前在android设备上web-view存在严重的缓存问题,iOS设备已经解决了。 尝试过添加随机参数,依旧没有解决; onLoad代码如下: [图片] 其中randomStr是一个32为随机字符串,ts是当前时间戳,path参数会拼接到web-view的url中 wmxl代码如下: [图片] 相关html构建后如下: [图片] js和css构建的时候添加了hash,防止缓存。 目前在iOS设备中,无论是在微信中打开该web网页还是在web-view中打开web网页,都不存在缓存问题; 在android设备中,在微信中打开该web网页不存在缓存问题,但是在小程序中存在缓存问题。 跪求官方指点!! 怎么解决???
2019-01-04