Retrieving UDID via private API

Viewed 3233

I'm looking for a way to retrieve the UDID on devices running iOS 6+ (Enterprise deployment only - no app store limitations).

Calling the (now private) method uniqueIdentifier returns the 'vendorIdentifier' starting with 'FFFFFFF'. Unfortunately thats not what I want.

Any ideas? Is there another private method or something?

Thanks in advance.

3 Answers
Related