個体番号(デバイスID)を取得する
[UIDevice currentDevice].uniqueIdentifierを使用します。
NSLog(@"Device ID: %@", [UIDevice currentDevice].uniqueIdentifier);
[UIDevice currentDevice].uniqueIdentifierを使用します。
NSLog(@"Device ID: %@", [UIDevice currentDevice].uniqueIdentifier);