Is there a way to get the build number of my IOS or Android app to display in the actual application?
The ability to get Version info at runtime in the app, as set in Version/Build for Android/iOS app in App Settings-- Android binary/iOS binary.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
The ability to get Version info at runtime in the app, as set in Version/Build for Android/iOS app in App Settings-- Android binary/iOS binary.
So I think the request is having some sort of App Version number accessible in the Javascript code.
I do this manually myself but would be great to move the number in one place and have it accessible from Javascript.
Is it possible to expose one/all the version numbers as Local Variables or something?
Yes. Much better to have one place for versioning.
Hello! To would need to search for PnoneGap plugin online for iOS and Android to have an ability to get Version info at runtime in the app.