Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

detz

macrumors 65816
Original poster
Jun 29, 2007
1,051
0
Is there something, a serial, a signature...something on the iphone that makes it unique? I need way way to validate the user.
 

TEG

macrumors 604
Jan 21, 2002
6,618
165
Langley, Washington
I know it is possible because Aurora Feint uses a Device ID number (40-digits) to keep track of progress. You also may be able to use the IMEI number, if the API supports accessing that information.

TEG
 

Garrett

macrumors regular
Apr 4, 2007
173
0
NSString *uniqueID = [[UIDevice currentDevice] uniqueIdentifier];

Also, look in the UIDevice.h, also the "2.0", "iPhone", Serial Number, etc.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.