15
Views
1
Comments
How to display version and build number for mobile app without using forge comoponent
Question
Application Type
Mobile

Hello,

How to display Version and build number for xyz mobile app , i want to display it on home page of my mobile app, without using any forge component.

Also want to display the runtime env like dev, QA or prod.(for this i tried reach widget getserver name() but it is not working for mobile app.


thanks in advance.

2026-01-28 16-57-48
Mihai Melencu
Champion

Hi @Bharat koshti ,

To display the current environment you can create a Site Property and use that. You can override it for the QA and Prod environment.

As for the display of the current version you can use Cordova Plugin App Version .

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.