简体   繁体   中英

Using Android Studio Android app Working Google plus on device but when downloaded from play store Not Work

When I build and deploy this app on my device via USB using Android Stdio, it works as expected. But, when, I upload and download this app from play store, Google+ login not working, It showing a blank screen.

Basically this error will be occured when your application SHA key has been not matched with SHA key of google console.This key will be different from release and debug environment. Whenever you will changing development machine/computer this key will be changing. You just need to update SHA key in google console using this link https://console.developers.google.com . For more details image attached below.

在此处输入图片说明

Do you registered new cliend ID (OAuth) in developers console with your new certificate fingerprint (SHA1)?

(maybe this helps: https://developers.google.com/android/guides/client-auth )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM