2020-04-08 15:58:00.450838+0800 CardSimulate[829:92975] WeChatSDK: wxlog:Error:WXCheckULStepResult[success: 0, errorInfo: Universal Link check failed. The application is launched by WeChat via scheme, suggestion: Common problems self-check guide: [微信开放平台App iOS端接入新版本SDK 常见问题自查指引]https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: Universal Link check passed. The application is launched by WeChat via Universal Link, suggestion: ]
请问我的universal link一直失败,无论怎么配置都是这样,麻烦帮忙查下是什么原因,而且分享链接也提示"未认证应用", 版本是SDK1.8.7.1,APPID是wx9a1765faa2d86ec7 [AppDelegate application:didFinishLaunchingWithOptions:]_block_invoke_2> Print: WeChatLog == 5, 0, Universal Link check failed. The application is launched by WeChat via scheme, Common problems self-check guide: [\M-e\M->\M-.\M-d\M-?\M-!\M-e\M-<\M^@\M-f\M^T\M->\M-e\M-9\M-3\M-e\M^O\M-0App iOS\M-g\M-+\M-/\M-f\M^N\M-%\M-e\M^E\M-%\M-f\M^V\M-0\M-g\M^I\M^H\M-f\M^\\M-,SDK \M-e\M-8\M-8\M-h\M-'\M^A\M-i\M^W\M-.\M-i\M-"\M^X\M-h\M^G\M-*\M-f\M^_\M-%\M-f\M^L\M^G\M-e\M-<\M^U]https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409
在ios12.4.5上走到WXULCheckStepBackToCurrentApp这步就降级到scheme了
在ios13上面就正常
有其他人遇到这个问题吗?
检查步骤: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
2020-04-08 15:57:57.522196+0800 CardSimulate[829:92975] weixin:1
2020-04-08 15:57:57.522403+0800 CardSimulate[829:92975] 0, 1, check passed,
2020-04-08 15:57:57.523206+0800 CardSimulate[829:92975] 1, 1, check passed,
2020-04-08 15:57:57.527625+0800 CardSimulate[829:92975] 2, 1, check passed,
2020-04-08 15:57:57.564614+0800 CardSimulate[829:92975] WeChatSDK: wxlog:set property list
2020-04-08 15:57:57.585437+0800 CardSimulate[829:92975] 3, 1, check passed,
2020-04-08 15:57:57.704056+0800 CardSimulate[829:92975] WeChatSDK: wxlog:launch app with ul only success
2020-04-08 15:57:57.704310+0800 CardSimulate[829:92975] 4, 1, check passed,
2020-04-08 15:57:57.706356+0800 CardSimulate[829:92975] WeChatSDK: wxlog:Successfully starting WeChat with the universal link.
2020-04-08 15:57:58.086593+0800 CardSimulate[829:93090] PBItemCollectionServicer connection disconnected.
2020-04-08 15:58:00.449871+0800 CardSimulate[829:92975] 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
2020-04-08 15:58:00.450838+0800 CardSimulate[829:92975] WeChatSDK: wxlog:Error:WXCheckULStepResult[success: 0, errorInfo: Universal Link check failed. The application is launched by WeChat via scheme, suggestion: Common problems self-check guide: [微信开放平台App iOS端接入新版本SDK 常见问题自查指引]https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409]
无法跳转微信分享怎么破?
> 开发者在registerApp传入的Universal links不生效,每次分享鉴权通过Universal links回跳app失败,导致微信降级scheme返回app,自动重新发起兜底请求。目前兜底请求可以通过,但微信后续也会逐步拦截。
Universal links失效,可能原因:
1)工程配置associated domain未打开或未添加Universal links域名
2)配置文件未上线或未按苹果要求放在服务器指定的路径下(域名根目录)
3)配置文件的Universal links的path末尾没有加通配符*
4)配置文件的appID(teamID+bundleID)与实际代码包不匹配
参考:https://developers.weixin.qq.com/community/develop/doc/0002ca9dd24018bdd2993dda05b800
你好,通过WXApi 检测 全部通过,但是在分享到微信后 还是显示“未验证应用” 。 并且在Safari 中输入UniversalLink 是可以打开 app的。
之前显示正常的,并且已经上线一段时间了,然后最近忽然又显示“未验证应用”。
Android 显示是正常的,只有iOS分享会显示 “未验证应用”。
希望能得到答复。
WXApi.checkUniversalLinkReady { (step, result) in
Log.info("微信 ==\(step)==\(result)")
}
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: Universal Link check passed. The application is launched by WeChat via Universal Link, suggestion: ]
「LUB」✔️ AppExtension.swift >> 41 >> configUSharePlatforms() :微信 ==WXULCheckStep==WXCheckULStepResult[success: 1, errorInfo: All Check Passed!, suggestion: ]
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,Universal Link check passed. The application is launched by WeChat via Universal Link,
WXULCheckStep
1,All Check Passed!,
自检函数打印以上这些信息,但是分享出去还是显示未验证应用。现在自己测试,大部分手机是正常的,只有一台XR显示“未验证应用”。怎么解决哦
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,check passed,
WXULCheckStep
1,Universal Link check passed. The application is launched by WeChat via Universal Link,
WXULCheckStep
1,All Check Passed!,
自检函数通过,Universal Links 配置正确,现在测试部分手机分享正常,部分手机分享提示未验证应用,这种怎么解决?
你好。我的项目分享到微信之后,无法再返回到项目中,型号是X 。13.3的系统
微信开放平台-管理中心 / 应用详情
旧版Universal Links填错了,修改Universal Links。旧版登录和分享都会报错。怎样才能兼容新包和旧包呢?
一般卡在第五步就只有univers link问题。
先从apple-app-site-association排除,例如域名是 abc.com
那么apple-app-site-association文件,地址就是:
https://abc.com/apple-app-site-association
这里要注意:
如果apple-app-site-association没问题,那就看xcode的Domains设置。
例如域名是 abc.com,xcode里面就应该是配置applinks:abc.com
如果卡在微信提示univers link不正确,则要去代码或者开放平台看Universal Links配置。
例如域名是 abc.com,app的路径是xyz,那么开放平台就要配置
https://abc.com/xyz/ (注意最后是有斜杆的)
代码里面的WECHAT_UNIVERSAL_LINK,则是:
https://abc.com/xyz (注意最后是没有斜杆的)
如果上面两步还都是正确,那么记得去developer上面看APP ID的Associated Domains有没有开。
有次我排查半天,最后发现合作方的Associated Domains有没有开。哪怕我xcode上设置了也没有用。
还有一种情况就是AppDelegate里面的continueUserActivity方法没写
在开放平台上的也要配置上universal link
请问我的universal link一直失败,无论怎么配置都是这样,麻烦帮忙查下是什么原因,而且分享链接也提示"未认证应用", 版本是SDK1.8.7.1,APPID是wx9a1765faa2d86ec7 [AppDelegate application:didFinishLaunchingWithOptions:]_block_invoke_2> Print: WeChatLog == 5, 0, Universal Link check failed. The application is launched by WeChat via scheme, Common problems self-check guide: [\M-e\M->\M-.\M-d\M-?\M-!\M-e\M-<\M^@\M-f\M^T\M->\M-e\M-9\M-3\M-e\M^O\M-0App iOS\M-g\M-+\M-/\M-f\M^N\M-%\M-e\M^E\M-%\M-f\M^V\M-0\M-g\M^I\M^H\M-f\M^\\M-,SDK \M-e\M-8\M-8\M-h\M-'\M^A\M-i\M^W\M-.\M-i\M-"\M^X\M-h\M^G\M-*\M-f\M^_\M-%\M-f\M^L\M^G\M-e\M-<\M^U]https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409