User Manual

Get Version Info

14/7/25
Get Version Info

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

  • Web and Mobile Application Support: Works seamlessly in mobile and web applications.
  • Obtaining Version Information: The application version number (e.g. 1.0.3) is retrieved.
  • Easy Integration: The version information obtained can be used for different processes within the application.
  • Lightweight and Fast: The action quickly retrieves the version information without affecting the performance of the application.

Get Version Info Action Application Steps

Defining the Action in UI Design

  • Log in to the Kuika platform.
  • Open the project you want to work on from the Apps screen.
  • Go to the UI Design module and select the screen where you want to retrieve the version information.

Adding an Action

  • Open the Properties panel on the right.
  • From the + ADD ACTION menu, add the Device > Get Version Info action according to the trigger event you want (Initial Actions, OnClick, OnBlur, etc.).
  • Click the SAVE button to complete the process.

Use Case: Checking the Application Version and Displaying Update Information

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.

  • To add the Get Version Info action to the screen at startup or linked to an appropriate button:
    • Select the Initial Actions or OnClick trigger for the screen or button.
    • Add the Initial Actions → Device → Get Version Info option from the + ADD ACTION menu.
  • Click the SAVE button to complete the configuration.

Using Version Information

  • The version information returned by the action can be linked to an in-app variable or Label element.
  • The current version number is retrieved from the server or a fixed source on the same screen or across the app.

Notifying the User When an Update is Available

  • For example, with a modal popup or banner:
  • ‘A new version is available! Please update your app for a better experience.’
  • The user is redirected to the relevant store page by clicking the update button.

Normal Behaviour in the Current Version

  • If the version is up to date, the user continues to use the app without any warning.

Get Version Info Action Advanced Customisations

  • Dynamic Version Comparison: The version information received can be dynamically compared based on different environments (test, prod) or user groups.
  • Update Flow Integration: Automatic update redirects or notifications can be integrated using version information.

Technical Risks

  • Version Format Incompatibility: Comparisons may be incorrect if the version number is not in the expected format.
  • Unauthorised Access: Ensure that version information is displayed to the correct user and used only in authorised operations.

Other Related Content

No items found.

Glossary

No items found.

Alt Başlıklar