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

Sign-In Dialog is shown every time .Authenticate is called when Google Play Games App is not installed

Open Inspyro opened this issue 7 months ago • 0 comments

Describe the bug When uninstalling the Google Play Games App from the android device the Google Play Games Sign-In Dialog is shown every time when Authenticate is called (or every app start when using the latest version of the plugin)

To Reproduce Steps to reproduce the behavior:

  1. Uninstall Google Play Games
  2. Enable Google Play Saved Games for the App
  3. Start the App with the plugin
  4. Sign In to Google Play Games
  5. Repeat Steps 3 and 4

Expected behavior The Google Play Games Sign-In is only shown once, or a request to install Google Play Games App is shown (as it seems to be a requirement for Google Play Saved Games to work)

Observed behavior The Google Play Games Sign-In is shown on every app start

Versions

  • Unity version: Unity 2021.3.x and 2022.3.x where tested (up to 2022.3.14f1)
  • Google Play Games Plugin for Unity version: v10.14 and v11.01 where tested

Additional context This bug only started to occur once we enabled saved games for our game (unfortunately we cannot disable it anymore - as google does not allow it)

Inspyro avatar Nov 23 '23 12:11 Inspyro