Skip to content

Instantly share code, notes, and snippets.

@bdotdub
Created May 7, 2009 17:52
Show Gist options
  • Select an option

  • Save bdotdub/108228 to your computer and use it in GitHub Desktop.

Select an option

Save bdotdub/108228 to your computer and use it in GitHub Desktop.
get the unique id of an iphone
NSString *id = [[UIDevice currentDevice] uniqueIdentifier];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment