NSString*  deviceName= [[UIDevicecurrentDevice] uniqueIdentifier];

    NSString*  localizedModel=[[UIDevicecurrentDevice] localizedModel];

    NSString*  systemVersion=[[UIDevicecurrentDevice] systemVersion];

    NSString*  systemName=[[UIDevicecurrentDevice] systemName];

    NSString*  model=[[UIDevicecurrentDevice] model];

    NSLog(@"deviceName:%@,localizedModel:%@,systemVersion:%@,systemName:%@,model:%@",deviceName,localizedModel,systemVersion,systemName,model);

arrow
arrow
    全站熱搜

    result945 發表在 痞客邦 留言(1) 人氣()