Hello.
I experiencing with odd issue using gpgs plugin.
In my app I have log in and show achievements buttons (second one unlocked after successful login).
When I login I can view all achievements from my game services (2 of them I already published and 1 more is test).
But calling gpgs.achievements.increment method returns following error: STATUS_CLIENT_RECONNECT_REQUIRED
In adb log I also see :
BasicNetwork.performRequest: Unexpected response code 401 for https://www.googleapis.com/games/v1/achievements/XXXXXXXXXXX/increment?stepsToIncrement=X&requestId=XXXXXXXXXXXXX
Returning back to achievements popup (showed by gpgs.achievements.show ) - I see progress with achievements.
How it can be possible and what can I do to fix it?