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

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

Open YardenRaveh opened this issue 6 months ago • 0 comments

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

  • Unity version: 2022.3.3f1
  • Google Play Games Plugin for Unity version: 1.8.2

YardenRaveh avatar Dec 20 '23 15:12 YardenRaveh