反反复复不是未验证就是二次跳转,能给个准确的解决方案吗?
发布于 5 年前 作者 shaojun 13032 次浏览 来自 官方Issues

'WechatOpenSDK', '~> 1.8.7.1'

AppID:wx78aa3a9a7a6c0f9f

为了验证问题,我们从0开始重新配置各种数据,新的配置依旧还是有问题

出现问题:

1、iOS 12.4.8 分享正常,iOS 14.0.1分享二次跳转。

2、如果未验证的Universal Link微信分享时会有不通过的页面,现在未出现不通过页面是不是验证通过了呢?如果通过了,输出日志第6步为什么检查不通过呢?

各项配置

1.Xcode的Associated Domain设置,applinks:xxxxxx.com

2.https://xxxxxx.com/apple-app-site-association下数据为

{

        "applinks": {

            "apps": [],

            "details": [

                {

                    "appID": "teamID.bundleID",

                    "paths": ["/app/*"]

                }

            ]

        }

    }

3.微信开发者平台设置 https://xxxxxx.com/app/

4.代码里使用 https://xxxxxx.com/app/

输出日志:

微信配置---0, 1, check passed,

微信配置---1, 1, check passed,

微信配置---2, 1, check passed,

微信配置---3, 1, check passed, 

微信配置---4, 1, check passed, 

微信配置---5, 0, Universal Link check failed. The application is launched by WeChat via scheme, Common problems self-check guide: [微信开放平台App iOS端接入新版本SDK 常见问题自查指引]https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409

回到顶部