We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
同样的程序和配置,发布到国内应用商店、三星,都可以正常使用微信登录,但是谷歌商店,登录的时候会提示 Incorrect signature. Check that the signature is the same as that on the open platform.
Incorrect signature. Check that the signature is the same as that on the open platform.
调用的接口是
Wechat.instance.auth( scope: <String>['snsapi_userinfo'], state: 'auth', );
The text was updated successfully, but these errors were encountered:
你把签名托管给 Google Play Console 了吧?托管后,签名由谷歌管理了,你自己对比 APK 签名包吧。
你去 Google Play Console 后台改一下签名吧
Sorry, something went wrong.
你把签名托管给 Google Play Console 了吧?托管后,签名由谷歌管理了,你自己对比 APK 签名包吧。 你去 Google Play Console 后台改一下签名吧
我看看,感谢感谢
No branches or pull requests
同样的程序和配置,发布到国内应用商店、三星,都可以正常使用微信登录,但是谷歌商店,登录的时候会提示
Incorrect signature. Check that the signature is the same as that on the open platform.
调用的接口是
The text was updated successfully, but these errors were encountered: