How to get IMEI Number in Cordova?
I am developing an application in Cordova which requires to get the IMEI number of any device programatically. Cordova Provides the UUID number but that won't work for me, I need IMEI number. Or is there any plugin to get the IMEI Number directly? "IMEI PhoneGap Plugin in Android" it gives custom plugin that only work for the android I need plugin which support for both android as well as ios. "How to programmatically get the devices IMEI/ESN in Android" it gives java code for the android so how do I convert java code in angularjs? Is there any plugin available or not? It simple as that.