playgameservices / play-games-plugin-for-unity

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

AppUpdateRequest is never Done after user minimizes app and reopens it through app drawer #3281

Open YardenRaveh opened 6 months ago

YardenRaveh commented 6 months ago

Describe the bug When a user minimizes the app with internal app update window and reopens the app through App Drawer(other methods work fine) the internal app update window closes but AppUpdateRequest is never marked as Done

To Reproduce Steps to reproduce the behavior:

  1. Start an app with an update ready
  2. Wait for Internal App Update window to open
  3. Without clicking anything on the window, minimize the app
  4. Open the app using the App Drawer

Expected behavior The Internal App Update window to remain open or AppUpdateRequest to be marked as Done with an error

Observed behavior Internal App Update closes and AppUpdateRequest is never marked as done

Versions