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

detz

macrumors 65816
Original poster
Is there something, a serial, a signature...something on the iphone that makes it unique? I need way way to validate the user.
 
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
 
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.