Skip to content

Updating the Vymo app


Evangeline Philip    Feedback

Get a prompt to update the Vymo app whenever there is a new app update. In Android devices, the updating process happens within the app whereas in iOS, you are taken to the App Store to update the app. There are two types of updates available and you can choose between the two, based on your company's requirements:

Type Option to update the app Option to skip app update
Flexible updates :octicons-check-16: :octicons-check-16:
Mandatory updates :octicons-check-16: No. You are required to update the app before using or performing any action in the app

Enabling app updates

To enable app updates and to specify the type of update, use the following steps:

  1. Log in to the Vymo web app and click the gear icon :octicons-gear-16: in the upper-right corner of the screen.
  2. In User Management section, click JSON Configuration.
  3. Locate Features and go to app_update object. Set the disabled flag to false to enable app updates.
  4. Based on your company's requirements, set priority to flexible or mandatory.
{
  "type": "generic",
  "disabled": false,
  "order": null,
  "code": "app_update",
  "name": "App Update",
  "properties": {
    "priority": "flexible"
  }
}

Visual guides

Flexible update

Physical detects

Mandatory update

Physical detects


Did this page help? No help at allYes, totally!
Back to top