sampart / cordova-plugin-app-version

Cordova plugin to return the version number of the current app [not maintained]
MIT License
401 stars 196 forks source link

plugin does not start #124

Open massimilianocom opened 3 years ago

massimilianocom commented 3 years ago

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 my code:

cordova.getAppVersion.getVersionNumber(function(version) { alert(version); });

I haven't touched anything except it doesn't work anymore

sampart commented 3 years ago

Hi @massimilianocom. Whilst I'm keeping this code available for use, I'm not in a position to support it myself, I'm afraid. Hopefully other users will be able to support you with this problem.

More generally, I'd always recommend including examples of output or errors when reporting bugs (with this project or any other). This will help others to help you.

Sorry not to be able to help you myself.

massimilianocom commented 3 years ago

I would like to give you some more help by describing a bug but I still haven't figured out with an emulator how to view the console to also check for any errors