如何解决在Play商店上发布应用后无法正常工作的android Google签名问题?

问题描述:

在Play商店上发布应用后,Google plus登录不起作用.它在我的调试移动设备上可以正常工作.怎么解决呢?

Google plus signin is not working after publishing app on play store. It works fine on my debugging mobile device. How to solve it?

您没有在"Google Developer Consol" 上的 SHA-1证书指纹上附加 OAuth 2.0客户端ID .因此,请先与Google开发人员Consol一起在API KEY和OAuth 2.0客户端ID中添加SHA-1指纹.也许您已在API KEY中添加了指纹,但未在OAuth 2.0客户端ID中添加了指纹.

you doesn't attach your SHA-1 certificate fingerprint on "Google Developer Consol" at OAuth 2.0 client IDs .So go on Google developer Consol first and add your SHA-1 fingerprint in both API KEY and OAuth 2.0 client IDs. Perhaps you have added fingerprint in API KEY but not in OAuth 2.0 client IDs.

因此,请遵循以下路径:

So follow below path:

1):打开您的 Google开发人员控制台.

2):转到侧面菜单栏上,然后单击以 API MANAGER.

2 ): Go on side menu bar and click to API MANAGER.

3):单击凭据.

4):现在单击创建凭据.

5):选择 OAuth客户端ID 和您的发布SHA-1指纹.