[ 
https://issues.apache.org/jira/browse/CB-9386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632327#comment-14632327
 ] 

ASF GitHub Bot commented on CB-9386:
------------------------------------

Github user tenfef commented on the pull request:

    
https://github.com/apache/cordova-plugin-device/pull/36#issuecomment-122511314
  
    I have made the adjustments above to the documentation and also restored 
the use of NSUserDefaults to maintain backwards compatibility.
    Jira issue is here: https://issues.apache.org/jira/browse/CB-9386


> Use iOS identifierForVendor for the device UUID property
> --------------------------------------------------------
>
>                 Key: CB-9386
>                 URL: https://issues.apache.org/jira/browse/CB-9386
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>         Environment: iOS
>            Reporter: Jordan Clist
>            Priority: Minor
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> The UUID used in Cordova device plugin is currently just generating a new 
> UUID and saving to preferences. This can be improved by using iOS 
> identifierForVendor which has been in use since at least iOS 6 (maybe 
> earlier).
> This means the UUID will be the same across multiple apps from the same 
> vendor. 
> I have made the adjustments in this pull request:
> https://github.com/apache/cordova-plugin-device/pull/36
> This should be backwards compatible as we still check the NSUserDefaults 
> before using identifierForVendor so previous installs will not be affected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to