個体番号(デバイスID)を取得する

[UIDevice currentDevice].uniqueIdentifierを使用します。

NSLog(@"Device ID: %@", [UIDevice currentDevice].uniqueIdentifier);

Personal Tools