EAS-published updates create a group ID (platform-agnostic) and an update ID (platform-specific). The Updates package (expo-updates) only exposes Updates.updateId which corresponds to the platform-specific ID. https://docs.expo.dev/versions/latest/sdk/updates/#updatesupdateid
Is there no way to get the current update group ID from a running Expo application?