Search This Blog

Showing posts with label How to Find UDID for iPhone Device or iPhone Simulator.. Show all posts
Showing posts with label How to Find UDID for iPhone Device or iPhone Simulator.. Show all posts

Dec 9, 2010

How to Find UDID for iPhone Device or iPhone Simulator.

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

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




.