You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/26 02:56:26 UTC

[GitHub] [cordova-plugin-device] sitehost opened a new issue #103: device.uuid=NULL on IOS 12.3.1

sitehost opened a new issue #103: device.uuid=NULL on IOS 12.3.1
URL: https://github.com/apache/cordova-plugin-device/issues/103
 
 
   ## Problem
   using  device.uuid on IOS 12.3.1   returns all as NULL
   
   'Device Name: '     + device.name     + '<br />' +
   'Device Cordova: '  + device.cordova  + '<br />' +
   'Device Platform: ' + device.platform + '<br />' +
   'Device UUID: '     + device.uuid     + '<br />' +
   'Device Version: '  + device.version  + '<br />';
   
   ### 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
   <!-- What command or code is needed to reproduce the problem? -->
   run device.uuid on 12.3.1 and on 12.2.1
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [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
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org