play-games-plugin-for-unity icon indicating copy to clipboard operation
play-games-plugin-for-unity copied to clipboard

Authentication error after deleting game data from GPGS in Android settings

Open Qrepel opened this issue 1 year ago • 1 comments

I am implementing this plugin in my project and everything works perfectly except when I deliberately remove settings for my app in Google Play settings in Android. After removing setting for my game and lunching my app there is an automatic fail. After restarting game again everything is back to normal and consent screen is showing again.

Steps to reproduce the behavior:

  1. Lunch game with plugin implemented and logging in with google play account
  2. Close Game
  3. Remove game settings from Android settings -> google -> play games ->settings -> remove game data.
  4. Lunch game again getting authentication failed even without consent screen showing.
  5. Lunch game again and not consent screen is showing again.

Here is the console log from the step that is failing. image

Qrepel avatar Mar 15 '23 14:03 Qrepel

Yes it doesn't seem to make new data.

Squink-pixel avatar Apr 21 '23 16:04 Squink-pixel