Skip to content

App Force Update

apurvabisht97 edited this page Nov 29, 2022 · 5 revisions

App Force Update:

App force updates when a new version of the app is available in the play store.

  1. An flag in the backend configuration with "isAppForceUpdateEnabled".
{
    "name": "Dummy school 1",
    "schoolId": "u001",
    "password": "tarento@123",
    "state": "up",
    "autoSync": false,
    "autoSyncFrequency": 600000,
    "storeTrainingData": true,
    "tags": true,
    "supportEmail": "abc@gmail.com , xyz@gmail.com",
    "offlineMode": true,
    "isAppForceUpdateEnabled": true

  }
  1. If the isAppForceUpdateEnabled flag is true then app force update feature will be triggered.
  2. If the play store's app has a new version then in app there would an alert populate which shows user an alert message to force update app.

appForceUpdate

  1. If there is any error occurred while populating alert message of app force update . We have support logs which will have failure logs.
  2. Multiple users on the same device- Data should not loose when we do force update.