Skip to content

谷歌商店无法使用微信登录,其他应用商店可以。 #145

New issue

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

Open
lanistor opened this issue May 23, 2024 · 2 comments
Open

谷歌商店无法使用微信登录,其他应用商店可以。 #145

lanistor opened this issue May 23, 2024 · 2 comments

Comments

@lanistor
Copy link

同样的程序和配置,发布到国内应用商店、三星,都可以正常使用微信登录,但是谷歌商店,登录的时候会提示
Incorrect signature. Check that the signature is the same as that on the open platform.

调用的接口是

Wechat.instance.auth(
    scope: <String>['snsapi_userinfo'],
    state: 'auth',
  );
@droplet-js
Copy link
Collaborator

你把签名托管给 Google Play Console 了吧?托管后,签名由谷歌管理了,你自己对比 APK 签名包吧。

你去 Google Play Console 后台改一下签名吧

@lanistor
Copy link
Author

你把签名托管给 Google Play Console 了吧?托管后,签名由谷歌管理了,你自己对比 APK 签名包吧。

你去 Google Play Console 后台改一下签名吧

我看看,感谢感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants