小程序
小游戏
企业微信
微信支付
扫描小程序码分享
出现这个界面后马上又跳到app里 然后就没其他反应了 经测试个别手机会出现这个问题 大部分手机可以正常分享
项目都上线了爆出客户分享出现问题 已经排查好久了没有发现问题 望各位大神支招 谢谢大家🙏🙏
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
iOS 13上 分享微信,一切正常,iOS 14就出问题了。app跳微信后,三个点动画,又自动跳转回app。
问题设备、系统信息:
iPhone 7 Plus (iOS 14.0)、微信7.0.11
根据https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html
SDK接入成功验证指引。
1.确认微信的Universal Links正常
Safari输入https://help.wechat.com/app/ ,下拉查看是否有打开微信入口,确实有✔️。设备:iPhone 7 Plus (iOS 14.0)
2.确认App的Universal Links配置成功
测试输入Safari的Universal Links:https://help.wechat.com/sdksample/abc,在我的iPhone 7 Plus (iOS 14.0)上,Safari上 没有打开app的入口提示。
在Safari输入自家app的Universal Links: https://kkk.xxx.com/app/example。在iPhone X (iOS 13.6)可以看到打开app入口;同样操作在iPhone 7 Plus (iOS 14.0)上则⚠️没有⚠️打开app的入口提示。【问题可能出在这里,为啥iOS 13好好的,iOS 14就这样了呢?】
自查如下,感觉都ok啊:
1.Xcode的Associated Domain设置,applinks:kkk.xxx.com
2.https://kkk.xxx.com/apple-app-site-association下数据为
{ "applinks": { "apps": [], "details": [ { "appID": "teamID.bundleID", "paths": ["/app/*"] } ] } }
3.微信后台设置 https://kkk.xxx.com/app/
4.代码里使用 https://kkk.xxx.com/app/
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,可参考https://developers.weixin.qq.com/community/develop/doc/0002ca9dd24018bdd2993dda05b800
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
iOS 13上 分享微信,一切正常,iOS 14就出问题了。app跳微信后,三个点动画,又自动跳转回app。
问题设备、系统信息:
iPhone 7 Plus (iOS 14.0)、微信7.0.11
根据https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/iOS.html
SDK接入成功验证指引。
1.确认微信的Universal Links正常
Safari输入https://help.wechat.com/app/ ,下拉查看是否有打开微信入口,确实有✔️。设备:iPhone 7 Plus (iOS 14.0)
2.确认App的Universal Links配置成功
测试输入Safari的Universal Links:https://help.wechat.com/sdksample/abc,在我的iPhone 7 Plus (iOS 14.0)上,Safari上 没有打开app的入口提示。
在Safari输入自家app的Universal Links: https://kkk.xxx.com/app/example。在iPhone X (iOS 13.6)可以看到打开app入口;同样操作在iPhone 7 Plus (iOS 14.0)上则⚠️没有⚠️打开app的入口提示。【问题可能出在这里,为啥iOS 13好好的,iOS 14就这样了呢?】
自查如下,感觉都ok啊:
1.Xcode的Associated Domain设置,applinks:kkk.xxx.com
2.https://kkk.xxx.com/apple-app-site-association下数据为
{ "applinks": { "apps": [], "details": [ { "appID": "teamID.bundleID", "paths": ["/app/*"] } ] } }
3.微信后台设置 https://kkk.xxx.com/app/
4.代码里使用 https://kkk.xxx.com/app/
你好,可参考https://developers.weixin.qq.com/community/develop/doc/0002ca9dd24018bdd2993dda05b800