Updating the Vymo app
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 | ||
Mandatory updates | 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:
- Log in to the Vymo web app and click the gear icon in the upper-right corner of the screen.
- In User Management section, click JSON Configuration.
- Locate Features and go to
app_update
object. Set thedisabled
flag tofalse
to enable app updates. - Based on your company's requirements, set
priority
toflexible
ormandatory
.
{
"type": "generic",
"disabled": false,
"order": null,
"code": "app_update",
"name": "App Update",
"properties": {
"priority": "flexible"
}
}