how to get IMEI number and device info correctly.
$cordovaDevice.getDevice() return [object Object]
uuid is not an IMEI number how can i read IMEI number of Device.
how to get IMEI number and device info correctly.
$cordovaDevice.getDevice() return [object Object]
uuid is not an IMEI number how can i read IMEI number of Device.
Hi Sandy,
$cordovaDevice
is just a wrapper of the device plugin for Cordova, you can check the source code here: https://github.com/driftyco/ng-cordova/blob/master/src/plugins/device.js
That said, I don’t think you can get the IMEI from it, you can check the documentation of the device plugin.
Regards,
Rafa