-
Notifications
You must be signed in to change notification settings - Fork 26
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.
- 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": "[email protected] , [email protected]",
"offlineMode": true,
"isAppForceUpdateEnabled": true
}
- If the isAppForceUpdateEnabled flag is true then app force update feature will be triggered.
- 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.
- If there is any error occurred while populating alert message of app force update . We have support logs which will have failure logs.
- Multiple users on the same device- Data should not loose when we do force update.