I am trying to integrate a Google plus Login in my application as per the instruction provided by following link : https://developers.google.com/+/quickstart/android#install-sdk
I am following all the instructions perfectly. And when I run the sample application on a real device provided in the android-sdk and click the signin
button, it display a Toast message that An internal error occurred
What am I doing wrong?
I have this problem and even after creating 10 different client IDs with different SHA
and package name, it doesn't work... until I found out that you have to fill the Consent screen
.
According to GoogleDevelopers Console -
The consent screen will be shown to users whenever you request access to their private data using your client ID.