cordova-plugin-app-version
cordova-plugin-app-version copied to clipboard
Cordova plugin to return the version number of the current app [not maintained]
This Plugin working great in cordova 11.0.0 in android platform. Then why it is mentioned in unsupported in readme. Can you please update the Readme.md with explanation in which platform...
Hi Plugin Support Team, I know this project says it's no longer supported but we'd love to have this concern of ours be given light. We've been using this plugin...
Hello I have this plugin in my app for a long time it has always been working but I don't understand why it no longer works since yesterday this is...
```javascript 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.
In 0.1.9 I was able to get version in this format "1.2.3.4" for my Win app, but now I get "1.2.3" - without a revision number. I see that its...
Update docs with a bit more information about returned version values
I needed a function to read custom properties set in the various configuration files. Implementation for iOS, Android and Windows has been added and tested. I ignored wp8 as it...
was causing obscure bug during installation with older version of nodejs, as is the case when using meteor (uses its own version of node currently at v0.10.41 where the 'path'...
i do not know why with this plugin, i have install this plugin and add with ionic cordova add, but some times this plugin show the error plugin_not_installed, please help...
Is it possible to append the app version to user agent? It's important for us bc we want to serve different files depends on the app version. Currently we rely...