2017-02-02 11 views

答えて

1

を使用して、iOSでシステム情報を取得します。

[[UIDevice currentDevice] systemName]; // e.g. @"iOS" 
[[UIDevice currentDevice] systemVersion]; // e.g. @"10.0" 
[[UIDevice currentDevice] model]; // e.g. @"iPhone", @"iPod touch" 
[[UIDevice currentDevice] localizedModel]; // localized version of model 
関連する問題