# getAppVersion

## Description

Retrieves the build version of the app.

### Platform Supported

* Mobile
* Web

## Input / Parameters

N/A

## Output

| Description              | Output Type |
| ------------------------ | ----------- |
| Returns the app version. | Number      |

## Callback

N/A

## Video

Coming Soon.

## Example

The user wants get version of the App.

### Step

1. Call the function.

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-6d38b52735e1c0a8a6699a1eb2e3e246ddd4e77a%2FgetAppVersion-step-1.png?alt=media)

   ![](https://399701567-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwmJ1RKjM2uNFaL6fO3Xu%2Fuploads%2Fgit-blob-b23cc2848238dff737a1f20055f5a3bcc2adc9c3%2FgetAppVersion-step-2.png?alt=media)

### Result

App version number eg 1.0

### Notes

* the app version will only increased if user click on relase build.
* user can use functions: console -> getAppVersion to get the version of the app

## Links
