🔄 Updates
Introduction
The Updates page is used to manage app versions across all platforms (Android, Huawei, iOS). You can set the minimum required version, current version, and whether the update is mandatory or not.
How to Access
Sidebar Menu → Settings → System Settings → Updates
Or via direct link:

Platform Settings
The page is divided into three main sections, each for a specific platform:
📱 Android
| Setting | Key | Description |
|---|---|---|
| Minimum Version | android_min_version |
Minimum version allowed to use the app |
| Current Version | android_current_version |
Latest available version number |
| Update Required | android_update_required |
Whether update is mandatory (yes/no) |
📱 Huawei
| Setting | Key | Description |
|---|---|---|
| Minimum Version | huawei_min_version |
Minimum version allowed to use the app |
| Current Version | huawei_current_version |
Latest available version number |
| Update Required | huawei_update_required |
Whether update is mandatory (yes/no) |
🍎 iOS
| Setting | Key | Description |
|---|---|---|
| Minimum Version | ios_min_version |
Minimum version allowed to use the app |
| Current Version | ios_current_version |
Latest available version number |
| Update Required | ios_update_required |
Whether update is mandatory (yes/no) |
Field Descriptions
| Field | Description | Example |
|---|---|---|
| Minimum Version | Lowest version the user can use. If the user's version is lower, they'll be prompted to update | 2.0.0 |
| Current Version | Latest available app version | 3.1.0 |
| Update Required | If yes, the user is forced to update and cannot use the app until updated |
yes / no |
How to Update
- Enter the required values in the fields for each platform
- Click "Submit" to save the settings
Practical Example
Scenario: Mandatory Update for Android
| Field | Value |
|---|---|
| android_min_version | 3.0.0 |
| android_current_version | 3.1.0 |
| android_update_required | yes |
Result: Any Android user with a version lower than 3.0.0 will be forced to update before using the app.
Important Notes
Tip
- When releasing an update with important security fixes, make the update mandatory (
update_required = yes). - Make sure to update settings for all platforms (Android, Huawei, iOS) when releasing a new update.
Warning
- Setting
min_versiontoo high may prevent a large number of users from accessing the app. - Ensure the new version is uploaded to stores (Google Play, App Store, Huawei AppGallery) before modifying these settings.
Information
- Version is checked when the user opens the app.
- If the update is not mandatory (
no), a notification will appear to the user about the new update with an option to update later.