I want to be able to create a GUID/UUID on the iPhone and iPad.
The intention is to be able to create keys for distributed data that are all unique. Is there a way to do this with the iOS SDK?
|
|
Returns the Unique ID of your iPhone.
If you need to create several UUID, just use this method:
|
|||||||||||||||||||
|
|
Reviewing the Apple Developer documentation I found the CFUUID object is available on the iPhone OS 2.0 and later. |
|||||||
|
|
|
Here is the simple code I am using, compliant with ARC.
|
|||||
|
|
The simplest technique is to use |
|||||||
|
|
In iOS 6 you can easily use:
More details in Apple's Documentations |
|||
|
|
|
I've uploaded my simple but fast implementation of a Guid class for ObjC here: https://code.google.com/p/objc-guid/source/browse/
It can parse to and from various string formats as well. |
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.