微信分享,由于应用universal link校验不通过,无法完成分享?

小游戏 企业微信 微信支付 小程序 文章 2020-07-30 21:22 7741 0 全屏看文

AI助手支持GPT4.0

微信分享,由于应用universal link校验不通过,无法完成分享?

已经完成的自检:

1、已经配置好了apple-app-site-association文件并且能访问成功

2、通过Safari可以打开app

3、配置了Associated Domains

4、微信开放平台填写的universal links地址和WXApi.registerApp传入的universalLink一致

5、sdkVersion:1.8.7.1

我通过SDK提供的API检测:

   [WXApi checkUniversalLinkReady:^(WXULCheckStep step, WXCheckULStepResult* result) {


        NSLog(@"step:%@, result.success:%u, result.errorInfo:%@, result.suggestion:%@", @(step), result.success, result.errorInfo, result.suggestion);


    }];

打印到:step:4, result.success:1, result.errorInfo:check passed, result.suggestion:

自检函数跳转到微信不能返回app,近期app在开放平台做过信息修改,但是未通过,如下图,和这个状态有关系吗,还是什么原因?

日志已上传,微信号:zjl151117 时间:2020.7.30 14:00~16:00

appid:wxdeefca6700123357


Completed self check: 1. The Apple App site association file has been configured and can be accessed successfully. 2. The app can be opened through safari. 3. Associated domains is configured. 4. Universal links address and WXApi.registerApp The incoming universal link is consistent with 5 dkVersion:1.8.7.1 I check through the API provided by SDK: [wxapi] checkUniversalLinkReady:^(WXULCheckStep step, WXCheckULStepResult* result) { NSLog(@"step:%@, result.success :%u, result.errorInfo :%@, result.suggestion :%@", @(step), result.success , result.errorInfo , result.suggestion );}]; print to: step:4 , result.success :1, result.errorInfo :check passed, result.suggestion : if the self-test function jumps to wechat, it cannot return the app. Recently, the app has made information modification on the open platform, but failed. As shown in the figure below, is it related to this state or why? Log has been uploaded, micro signal: zjl151117 time: 14:00 ~ 16:00, July 30, 2020 appid: wxdeefca6700123357

回答:

社区技术运营专员-灵芝:

你好,请先通过审核后重试。

Scarlett:我们不想做修改了,该怎么办

-EOF-

AI助手支持GPT4.0