views:

761

answers:

1

Does the SDK provide an API for retrieving the current phone's UUID?

+7  A: 
[[UIDevice currentDevice] uniqueIdentifier]
Ben Alpert
Yes - I saw that from here http://stackoverflow.com/questions/427180/how-to-create-a-guid-uuid-using-the-iphone-sdk but the OP was asking how to generate a new UUID, not get the phone's UUID. It threw me off. Thanks.
4thSpace