Skip to content

Comment on Ask HN: Trusted Computing, iPhone, and unique identifiers

Comments

  NSString *UUID = [[UIDevice currentDevice] uniqueIdentifier];
Will give you the current devices UUID. And, is it really important to know if the device is an iPod or an iPhone?

However, this won't stop people from screwing around with your app still. If people want to act silly and stupid, they will.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.