We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MonkeyKing: 1.9.0 QQ: 7.8.2.435
原来的判断是 if urlScheme.hasPrefix("QQ"),但是测试时发现 QQ 返回的是 tencent{appID},内部的逻辑倒是没变。
if urlScheme.hasPrefix("QQ")
tencent{appID}
The text was updated successfully, but these errors were encountered:
WeChat: 6.7.3
另外在微信中取消分享,微信返回的 info["result"] 仍然是 0,导致走了成功的回调。 不知道是微信抽了还是改了判断规则。
info["result"]
Sorry, something went wrong.
@nuomi1 WeChat 是因为微信改了规则,目前 success 已经不可靠了。
使用纯 swiftUI,需要在 onOpenURL 处理回调,用 @UIApplicationDelegateAdaptor 不行。然后 url 可能需要特殊处理下,不然处理不了直接返回 false。
No branches or pull requests
MonkeyKing: 1.9.0
QQ: 7.8.2.435
原来的判断是
if urlScheme.hasPrefix("QQ")
,但是测试时发现 QQ 返回的是tencent{appID}
,内部的逻辑倒是没变。The text was updated successfully, but these errors were encountered: