Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gekitz committed Aug 20, 2011
1 parent 976cf0d commit 4fd7ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -2,7 +2,7 @@ Apple stopped supporting a unique identifier for iOS. This source code solves th

What you need to do:
- copy NSString+MD5Addition and UIDevice+IdentifierAddition to your project.
- use [[UIDevice currentDevice] uniqueIdentifier] to retrieve the unique identifier.
- use [[UIDevice currentDevice] uniqueDeviceIdentifier] to retrieve the unique identifier.
- have fun ;)

//Thanks to Erica Sadun for her UIDevice+Hardware Addition (used for the mac address retrieval).

0 comments on commit 4fd7ac4

Please sign in to comment.