つるながの綴り方

ITインフラ系のネタやTips、趣味としているカーライフなどを中心に日頃メモしておきたいことをしたためています。

iPhoneの名前や識別子を取得する

    NSString *phoneName = [[UIDevice currentDevice] name];
    NSString *phoneUniqueIdentifier = [[UIDevice currentDevice] uniqueIdentifier];