IOS get phone model, system version, software name, software version

Source: Internet
Author: User
Tags aliases

reprinted from: Http://www.2cto.com/kf/201210/162333.html
 

Online search, recorded after the use of convenience:


[Java]
Phone serial number
nsstring* identifiernumber = [[Uidevice currentdevice] uniqueidentifier];
NSLog (@ "Mobile serial number:%@", identifiernumber);
Phone aliases: User-defined names
nsstring* userphonename = [[Uidevice currentdevice] name];
NSLog (@ "phone alias:%@", userphonename);
Device Name
nsstring* devicename = [[Uidevice currentdevice] systemName];
NSLog (@ "Device name:%@", devicename);
Mobile phone system version
nsstring* phoneversion = [[Uidevice currentdevice] systemversion];
NSLog (@ "mobile phone system version:%@", phoneversion);
Phone model
nsstring* Phonemodel = [[Uidevice currentdevice] model];
NSLog (@ "mobile phone Model:%@", Phonemodel);
Local model (internationalized region name)
nsstring* Localphonemodel = [[Uidevice currentdevice] Localizedmodel];
NSLog (@ "internationalized Zone Name:%@", Localphonemodel);

Nsdictionary *infodictionary = [[NSBundle mainbundle] infodictionary];
Current app Name
NSString *appcurname = [infodictionary objectforkey:@ "Cfbundledisplayname"];
NSLog (@ "Current application name:%@", appcurname);
Current application version such as: 1.0.1
NSString *appcurversion = [infodictionary objectforkey:@ "cfbundleshortversionstring"];
NSLog (@ "Current application software version:%@", appcurversion);
Current app version number int type
NSString *appcurversionnum = [infodictionary objectforkey:@ "cfbundleversion"];
NSLog (@ "Current application version number:%@", appcurversionnum);

Phone serial number
nsstring* identifiernumber = [[Uidevice currentdevice] uniqueidentifier];
NSLog (@ "Mobile serial number:%@", identifiernumber);
Phone aliases: User-defined names
nsstring* userphonename = [[Uidevice currentdevice] name];
NSLog (@ "phone alias:%@", userphonename);
Device Name
nsstring* devicename = [[Uidevice currentdevice] systemName];
NSLog (@ "Device name:%@", devicename);
Mobile phone system version
nsstring* phoneversion = [[Uidevice currentdevice] systemversion];
NSLog (@ "mobile phone system version:%@", phoneversion);
Phone model
nsstring* Phonemodel = [[Uidevice currentdevice] model];
NSLog (@ "mobile phone Model:%@", Phonemodel);
Local model (internationalized region name)
nsstring* Localphonemodel = [[Uidevice currentdevice] Localizedmodel];
NSLog (@ "internationalized Zone Name:%@", Localphonemodel);

Nsdictionary *infodictionary = [[NSBundle mainbundle] infodictionary];
Current app Name
NSString *appcurname = [infodictionary objectforkey:@ "Cfbundledisplayname"];
NSLog (@ "Current application name:%@", appcurname);
Current application version such as: 1.0.1
NSString *appcurversion = [infodictionary objectforkey:@ "cfbundleshortversionstring"];
NSLog (@ "Current application software version:%@", appcurversion);
Current app version number int type
NSString *appcurversionnum = [infodictionary objectforkey:@ "cfbundleversion"];
NSLog (@ "Current application version number:%@", appcurversionnum);


Results:


[Plain]
2012-10-19 14:07:47.622 mydemo[5779:707] Phone serial number: 6685c75e34104be0b04c6ceb72985dc381f0f746
2012-10-19 14:07:47.624 mydemo[5779:707] Phone alias: "Spring Sky" iPod
2012-10-19 14:07:47.627 mydemo[5779:707] Device name: IPhone OS
2012-10-19 14:07:47.629 mydemo[5779:707] Phone system version: 5.1.1
2012-10-19 14:07:47.641 mydemo[5779:707] Phone model: IPod Touch
2012-10-19 14:07:47.642 mydemo[5779:707] Internationalization zone name: IPod Touch
2012-10-19 14:07:47.643 mydemo[5779:707] Current application name: Mydemo
2012-10-19 14:07:47.645 mydemo[5779:707] Current application software version: 1.0.1
2012-10-19 14:07:47.646 mydemo[5779:707] Current application version number: 101

2012-10-19 14:07:47.622 mydemo[5779:707] Phone serial number: 6685c75e34104be0b04c6ceb72985dc381f0f746
2012-10-19 14:07:47.624 mydemo[5779:707] Phone alias: "Spring Sky" iPod
2012-10-19 14:07:47.627 mydemo[5779:707] Device name: IPhone OS
2012-10-19 14:07:47.629 mydemo[5779:707] Phone system version: 5.1.1
2012-10-19 14:07:47.641 mydemo[5779:707] Phone model: IPod Touch
2012-10-19 14:07:47.642 mydemo[5779:707] Internationalization zone name: IPod Touch
2012-10-19 14:07:47.643 mydemo[5779:707] Current application name: Mydemo
2012-10-19 14:07:47.645 mydemo[5779:707] Current application software version: 1.0.1
2012-10-19 14:07:47.646 mydemo[5779:707] Current application version number: 101

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.