NSString *udid = [[UIDevice currentDevice] uniqueIdentifier];
Took five seconds to find with the search "UDID" in the docs.
No, you cannot collect information from UDID.
See the docs UIDevicefor more information about UDIDs. In general, only UDIDs should be rarely used, since devices can be transferred to others with different iTunes accounts.
source
share