Open
Description
Problem
using device.uuid on IOS 12.3.1 returns all as NULL
'Device Name: ' + device.name + '
' +
'Device Cordova: ' + device.cordova + '
' +
'Device Platform: ' + device.platform + '
' +
'Device UUID: ' + device.uuid + '
' +
'Device Version: ' + device.version + '
';
What is expected to happen?
on IOS 12.2 device.uuid will display the correct uuid, however on IOS 12.3.1 they return NULL.
What does actually happen?
device.uuid returns a NULL
Information
working from a cordova build, it has worked on all of our devices until we did an update to 12.3.1 . What is the work around, or a solution to gather the IOS uuid
Command or Code
run device.uuid on 12.3.1 and on 12.2.1
Environment, Platform, Device
Version information
Checklist
- [x ] I searched for existing GitHub issues
- [ x] I updated all Cordova tooling to most recent version
- [x ] I included all the necessary information above