Pritam Halder
Pritam Halder

Reputation: 1

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.

Upvotes: 0

Views: 163

Answers (2)

Sathish Gadde
Sathish Gadde

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.

enter image description here

Upvotes: 2

alexscmar
alexscmar

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

Related Questions