Safely Live system update #
Suppose your system’s current version is V 2.0, now you want to update your system to V2.1 and also want to force users to update the system then you can follow this to update your system safely.
- Generate your appbundle for PlayStore and ipa for AppStore using your update version’s code, in this case V 2.1. And must add this version on your project’s
lib/util/app_constants.dart file-
static const double appVersion = 2.1';
It’ll maintain your app force update.
- Update your app on both AppStore and PlayStore.
- After successfully updating on AppStore and PlayStore – go to your Admin Panel> Configurations > Third Party > App Settings and set app minimum version, in this case V 2.1.
Note
Only friction or double value will be added in the app version. So if your release version is 2.1.1, then add app version 2.2. Which is maintained for force update. In admin, there must be added the app version 2.2 .