playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.43k stars 952 forks source link

Cannot authenticate via 0.10.14 but older versions are ok #3122

Closed nidaynere closed 2 years ago

nidaynere commented 2 years ago

Describe the bug I just downloaded the latest version, created my app on google play. I have completed setup on each side. Tried to authenticate the user, but got this => log

But the weird is, It didn't work for a while, suddenly It showed me login window. I choosed 'Next' but I got an error message like this User denied to login.

Then It never worked again. Never. I failed for 2 days... Then I downgraded to 0.9.64. It worked. It cost me 2 days of work, so beware if you have this issue.

To Reproduce Steps to reproduce the behavior:

  1. Create new app, setup everything on Unity & Google Play Console
  2. Try to auth like in the documentation.
  3. You won't be able to do it.

Expected behavior It should login like the old versions.

Versions

nidaynere commented 2 years ago

Found the issue. This is happened because of my misconfiguration. The reason of working on previous versions is older versions continues after the error received, but the newest versions stops it.

So you can ignore this.