Wednesday 18 December 2013

This Code is used to find UIID (Device Id) for iPhone Device or iPhone Simulator.

NSString *udid = [[UIDevice currentDevice] uniqueIdentifier];
udid = [udid stringByReplacingOccurrencesOfString:@"-" withString:@""];

No comments:

Post a Comment

Comment