Hello, I'm developing a small game in Android using Java and to link the 
players I'm using Google accounts.
The problem is that I've added the client ID OAuth 2.0 on my Google Project 
but like this I can only access on my Google account only in my smartphone, 
while my friends
get an error: ApiException, signInResult:failed code=10 (in the 
handleSignInResult method I use to process the Task<GoogleSignInAccount>, 
in which I do task.getResult(ApiException.class).
What do I have to do to grant other users access with Google?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e22a2b05-c048-43eb-975c-17a09e7a25a3%40googlegroups.com.

Reply via email to