I've been using this tutorial here to implement the Google sign-in button to my app.
I have my project name and ID from the Google Developer Console proof of project id and number
I've put the number in the strings.xml
file and added
<meta-data android:name="com.google.android.gms.games.APP_ID"
android:value="@string/app_id" />
to the AndroidManifest.xml
file
My app runs fine but when I try to sign-in using the Google sign-in button I added to my activity, I get the following error in my LogCat.
03-08 17:45:59.626 2073-12290/? E/GameAgent: Unable to retrieve application 522187312304 from network
03-08 17:45:59.626 2073-12290/? E/GameAgent: Application 522187312304 is not associated with package com.example.healyj36.quizapp. Check the application ID in your manifest.
I don't understand what I'm doing wrong, am I using the wrong ID / number?
Also, I'm confused by the Google Developer Console
and Google Play Developer Console
. Whats the difference between them? Am I using the wrong one? (I'm using Google Developer Console)