Hi,
How can i get/read the CFBundleShortVersionString from inside the app?
The system.getInfo( “appVersionString” ) returns the CFBundleVersion String (the 2017.11.121111 for example). I want to get the version string I enter in the build dialog. Any ideas?
Thanks,