Use Monaca Version in ios app
-
I am using Monaca Cloud IDE to build an ios (and android) app. In the App Build Settings > App Settings there is a required field of Version Number. I would like to display this number in my apps splash screen and an About screen in the app. Is this number accessible as a variable from within the app? If so how would I reference it?
-
@dwaxman There are several plugins that can do this:
https://www.npmjs.com/package/cordova-plugin-appversion
https://github.com/whiteoctober/cordova-plugin-app-version - the most used but also not super updated.