- OpenSDK2.0.4 ios调用微信分享失败,跳转微信后显示正在连接,然后直接跳转回?
iOS 18系统分享微信,拉起app显示正在建立连接后一会跳回原来app,无法完成分享,使用的是你们官网最新的sdk2.0.4,使用自检函数打印如下 WXApi checkUniversalLinkReady: 0, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi checkUniversalLinkReady: 1, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi checkUniversalLinkReady: 2, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi log: wxlog:launch app with ul only success WXApi checkUniversalLinkReady: 4, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi log: wxlog:Successfully starting WeChat with the universal link. 检查工程相关设置没有问题,有关apple-app-site-association放在指定地方,使用universal link.在浏览器打开后可以打开app,我们的项目是老项目,由于之前是集成友盟sdk,最近在iOS18设备分享点击没反应才升级sdk,升级之后点击微信分享就出现拉起微信建立连接后跳回原来app,无法完成分享,恳求你的回答,谢谢
05-21 - OpenSDK2.0.4 ios调用微信分享失败,跳转微信后显示正在连接,然后直接跳转回?
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/FAQ/iOS.htmlWXApi checkUniversalLinkReady: 0, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi checkUniversalLinkReady: 1, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi checkUniversalLinkReady: 2, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi checkUniversalLinkReady: 3, WXCheckULStepResult[success: 1, errorInfo: check passed, suggestion: ] WXApi log: wxlog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxa542e84ed43282da/sendreq/?wechat_auth_context_id=TestAutoCheckContextId_e312a10b4bded6115265bad238dd488d3db7f78d&wechat_app_bundleId=com.Steward&_wechat_sdk_support_url_p WXApi checkUniversalLinkReady: 4, WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.] WXApi log: wxlog:Error:WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.]
05-21 - OpenSDK2.0.4 ios调用微信分享失败,跳转微信后显示正在连接,然后直接跳转回?
WXApi log: wxlog:Error:launch app with ul only fail, url:https://help.wechat.com/app/wxa542e84ed43282da/sendreq/?wechat_auth_context_id=TestAutoCheckContextId_e312a10b4bded6115265bad238dd488d3db7f78d&wechat_app_bundleId=com.Steward&_wechat_sdk_support_url_p WXApi checkUniversalLinkReady: 4, WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.] WXApi log: wxlog:Error:WXCheckULStepResult[success: 0, errorInfo: The universal link for WeChat is not in effect., suggestion: You can try uninstalling and reinstalling WeChat.]
05-21 - OpenSDK2.0.4 ios调用微信分享失败,跳转微信后显示正在连接,然后直接跳转回?
项目是16年创建的,当时微信开发平台还没有增加universalLink拉起微信功能,由于在iOS18设备点击分享无反应(没有拉起app),所以只能升级相关友盟sdk(对应的微信分享sdk为最新2.0.4),相关apple-app-site-association文件也配置好让后端同时放在指定位置,并且通过universalLink所填写地址在浏览器输入后能拉起app,但是在iOS18上设备点击分享出现拉起微信后显示正在建立连接后跳转返回原来app后没有任何反应,无法实现分享
05-21 - OpenSDK2.0.4_NoPay 微信分享一直二次跳转?
错误如下 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 WeChatSDK: [WXApi.m]+[WXApi checkUniversalLinkCallback:step:success:errorInfo:suggestion:]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] 看了微信开放平台社区相关问题以及文档解决方案,反复确定好几次 1.开放平台设置link 为 https://m.xxx.cn/app/link/ 2.代码里注册微信link 为 https://m.xxx.cn/app/link/ 两者link都一样 3.工程associated domains 为 appliks:m.xxx.cn 4.有关apple-app-site-association内容如下 [图片] 该文件上传服务器域名下根目录后出现分享拉起微信一次回到app后无法进行分享,如果不上传该文件,能分享但是是拉起两次微信进行的分享, 针对我的问题恳请微信开放平台能给提供技术上帮助,谢谢
01-12