楼主解决了吗?我也遇到一样的问题
【iOS 14.4,开发语言swift】,微信授权成功后,返回APP没有触发回调?版本信息: 1)WechatOpenSDK(1.8.7.1) 2)微信版本8.0.2 3)iOS 14.4 4)swiftUI(有 AppDelegate.swift 和 SceneDelegate.swift) 一、下图为自检结果: [图片] 二、成功接入并启动了微信,授权成功后返回APP 不触发回调?? 以下是回调函数,在AppDelegate.swift 和 SceneDelegate.swift 里 均不触发 [图片] [图片] 求高人指点,非常感谢! 很棘手!
2022-03-29微信检查universalLink的日志如下: 微信日志,登录检查:step:0,success:true,errorInfo:check passed,suggestion: 微信日志,登录检查:step:1,success:true,errorInfo:check passed,suggestion: 微信日志,登录检查:step:2,success:true,errorInfo:check passed,suggestion: 微信日志,登录检查:step:3,success:true,errorInfo:check passed,suggestion: 微信日志,登录检查:step:4,success:true,errorInfo:check passed,suggestion: 微信日志,登录检查:step:5,success:true,errorInfo:Universal Link check passed. The application is launched by WeChat via Universal Link,suggestion: 微信日志,登录检查:step:6,success:true,errorInfo:All Check Passed!,suggestion:
swiftui对接微信opensdk1.8.7.1,为什么回调无法触发?opensdk:1.8.7.1,开发语言:swiftui,在对接微信登录时,始终无法触发回调。 框架只使用了appdelegate,也按照文档的方式完成了对接,但是continue userActivity: NSUserActivity方法不执行,open url: URL方法也不执行。 打印了微信的日志: 微信日志:wxlog:send req[<SendAuthReq: 0x282783ea0>], appID:xxxxxxxxxxxxxxx, universalLink:https://host/user/wxPay/, sdkVersion:1.8.7.1,级别:1 微信日志:wxlog:set property list,级别:1 微信日志:wxlog:Error:fail to load Keychain status:-25300, keyData null:1,级别:1 微信日志:wxlog:token[(null)] is null,级别:1 微信日志:wxlog:launch app with ul only success,级别:1 微信日志:wxlog:launch app with universal link, ret:1,级别:1 微信日志:wxlog:req:<SendAuthReq: 0x282783ea0>, cid:0b4a971918ca97be99b613d3b712be8d5c92a8ba,级别:1
2022-03-29