Reputation: 1
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.
Upvotes: 0
Views: 163
Reputation: 1623
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.
Upvotes: 2
Reputation: 421
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)
Upvotes: 0