Kuika's Get Version Info action allows you to retrieve the current application version information in Android, iOS, or web applications. This action determines which version of the application is running and this information can be displayed to the user or used in system processes. For example, it is ideal for checking whether users are using the latest version or performing actions based on version differences. Android and iOS version information is managed and updated in the Configuration Manager > Mobile App Settings area of the Kuika platform.
Technical Features
Defining the Action in UI Design
Adding an Action
In a mobile application, version checking is performed to ensure that users are always using the latest version. This process is triggered by an action that occurs when the application is launched or on a critical screen.
Adding the Check Application Version Action
Go to the UI Design module and select the screen where you want to perform version control.
Using Version Information
Notifying the User When an Update is Available
Normal Behaviour in the Current Version
Technical Risks