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 release
v1.5.7
and above.
isAppForceUpdateEnabled
flag set to true in thePOST /schools/login
API response will enable this feature.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.
If there is any error occurred while populating alert message of app force update, support logs which will capture failure logs.
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.
Last updated