RxReader / wechat_kit

Flutter版微信登录/分享/支付 SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lanistor opened this issue · comments

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

调用的接口是

Wechat.instance.auth(
    scope: <String>['snsapi_userinfo'],
    state: 'auth',
  );

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

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

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

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

我看看,感谢感谢