본문 바로가기

Programming/iPhone

XCode에서 장치의 UDID 가져오는 방법

 

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

 

NSLog(@"udid = %@", udid);