Tuesday, May 31, 2011

How to get the UDID from the iOS platform

We get many requests from the businesses that want to know some information from the user for risk management purposes. Here is the way to get the UDID from the iOS device

NSString * udid = [[UIDevice currentDevice] uniqueIdentifier];

No comments: