Dear, I have not managed to capture the serial number of an ipad with the plugin cordova-plugin-device 2.0.1, Can it be captured? Greetings
Dear, I have not managed to capture the serial number of an ipad with the plugin cordova-plugin-device 2.0.1, Can it be captured? Greetings
According to the plugin documentation Device :
You can get the following information:
In this simple way
var string = device.serial;
However, within the documentation they emphasize that this function is only for Android and OSX systems. Therefore in iOS it will not work.