I am trying to get App Version in a Telerik Hybrid Application and the code that i am using is as follows
cordova.getAppVersion.getVersionNumber(function(value) { alert(value) });
This was working in iOS 9.3. But after updation of iOS 9.3.1, i noticed that the plugin is not giving me Version Number.
Can someone help me with this issue