UpdateEvent modern manifest version

Please provide the following:

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): Android, iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi, our team recently updated our managed TS expo app from SDK 41 → 42. Previously, OTA updates returned an UpdateEvent object with a child manifest object (The “Classic” manifest, type AppManifest, per documentation) that stored a field “version” which was the user-facing update version. Since the update the UpdateEvent object now has a type Manifest manifest object (The “Modern” manifest, per docs) and the version field no longer exists. A similar “runtimeVersion” field does exist on the object however from the docs it seems this is not the same value. Could anyone shed light on how to access the original user-facing version value or if this indicates something else wrong with the current project setup?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.