Hi,
I've released my first game with construct 2 (android): https://play.google.com/store/apps/deta ... .witchwife
And now, I'm doing some fixes because I want it works in laptops too, so... I'm trying to configure Google Play services to show leaderboards.
When I use Google Play object it logins without problems but I can't request leaderboards! I receive this message:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Login Required",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Login Required"
}
}[/code:2hk8m5id]
When I open the game I can see that login is OK :S (notification is shown with my photo and name).
Anybody knows what is the issue?