Getting Device UDID programmatically

uniqueIdentifier

[[UIDevice currentDevice] uniqueIdentifier];

//An alphanumeric string unique to each device based on various hardware details. (read-only) (Deprecated in iOS 5.0. Instead, create a unique identifier specific to your app.)

No comments:

Post a Comment