Gordo
October 25, 2024, 2:47pm
1
Is it possible to get the values of BuildCounter and Version and display inside app? Like an “About” display.
Example:
Version 7.5.6
Build 785
Using the same values that are pulled into the config.xml
android-versionCode = “{phoneGapBuildCounter}”
ios-CFBundleVersion = “{phoneGapBuildCounter}”
version = “{version}”>
Seems like it should be easy but I know i am missing something.
Thanks
ghenne
October 25, 2024, 6:56pm
2
The build counter isn’t - but it might be possible to expose it. (This is only useful for native apps. It’s there since the app stores need a unique version number.
The version available - it’s in AppVersion:
MsgBox(AppVersion)
ghenne
November 4, 2024, 3:20pm
4
BuildCounter is now available in 9.1.1, released today.
Gordo
November 5, 2024, 1:48pm
5
Awesome but I get this error in program or on website directly when i try to download new version.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
AccessDenied
download.appstudio.dev</BucketName…
I took out some which looked like it shouldn’t be on the public site
ghenne
November 5, 2024, 2:22pm
6
There was a problem on our server. Please try again.