Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.