I have use this code below code, i would like to identify the device by uuid but its not showing the uuid.
requires: ['Ext.device.Device'],
launch: function() {
alert([
'Device name: ' + Ext.device.Device.name,
'Device platform: ' + Ext.device.Device.platform,
'Device UUID: ' + Ext.device.Device.uuid
].join('\n'));
}
May you please help me on how can i retrieve the uuid or even IMEI Number