Comment on page
App Force Update
App force update feature
App force updates when a new version of the app is available in the play store. This feature is available from releasev1.5.7
and above.
- 1.
isAppForceUpdateEnabled
flag set to true in thePOST /schools/login
API response will enable this feature. - 2.If the play store has a new version of the app , then in app there would an alert which shows user an alert message to force update the app.
- 3.If there is any error occurred while populating alert message of app force update, support logs which will capture failure logs.
- 4.Multiple users on the same device , data will be retained after the update. If there is no data struture change between versions of the app , data stored in the device before update can be pushed to backend after app upgrade.
{
"name": "Dummy school 1",
"schoolId": "u001",
"password": "tarento@123",
"state": "up",
"autoSync": false,
"autoSyncFrequency": 600000,
"storeTrainingData": true,
"tags": true,
"supportEmail": "[email protected] , [email protected]",
"offlineMode": true,
"isAppForceUpdateEnabled": true
}

appForceUpdate
Last modified 11mo ago