GitHub user tenfef opened a pull request:
https://github.com/apache/cordova-plugin-device/pull/36
Change UUID to use [UIDevice identifierForVendor]
instead of generating a UUID, just use the unique identifierForVendor for
device which is valid since iOS 6.0
Since Cordova dropped support for iOS 5, I think this is a safe change and
the UUID will be persistent across installs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tenfef/cordova-plugin-device master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-device/pull/36.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #36
----
commit f28cb50cdc7d65a8f0c9cb74e4fdc53ac4516a37
Author: Jordan <[email protected]>
Date: 2015-07-17T00:33:41Z
Changed UUID to use [UIDevice identifierForVendor]
instead of generating a UUID, just use the unique identifierForVendor for
device which is valid since iOS 6.0
Since Cordova dropped support for iOS 5, I think this is a safe change and
the UUID will be persistent across installs.
commit 810c3c9fe06003cd916ffe5b668cd9286c506f31
Author: Jordan <[email protected]>
Date: 2015-07-17T00:34:42Z
Remove line incorrectly committed
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]