Hello,
I’m trying to login using Google Game Play services in my app.
I followed all the steps, and I manage to silent correctly using GPGS.
But I’m trying to obtain the access token so I can authenticate using Google in Nakama.
For this I set the game.project flags:
app_id = ******
use_saved_games = 0
request_server_auth_code = 0
request_id_token = 1
client_id = *************.apps.googleusercontent.com
Now when logging in, I get the following error:
Sign-in failed: SIGN_IN_REQUIRED (4)
I’ve been looking up for a while, but no idea where this error could come from. Anyone managed to login in Nakama using GPGS?