We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova.getAppVersion.getVersionCode(function (verCode) { alert(verCode); });
retrieves nothing. Anyone help?
PS: I've found another substitute, but I'd like to know why this is not working.
The text was updated successfully, but these errors were encountered:
Current NPM version defines the AppVersion global like this:
AppVersion
AppVersion: { available: true, build: 10009, version: "1.0.9" }
Note that value of the build field does not match android versionCode.
build
versionCode
Sorry, something went wrong.
Hi @alidavid0418
Can I request you to share the substitute you have used to get version related information
I would also be interested in the alternative you found can you share it?
No branches or pull requests
retrieves nothing.
Anyone help?
PS: I've found another substitute, but I'd like to know why this is not working.
The text was updated successfully, but these errors were encountered: