在移动设备管理中,iOS设备的ProductName是什么?

3

我已经构建了一个MDM服务器,并且能够使用DeviceInformation命令。现在,我想知道我正在与哪个设备交流(是iPhone 4s还是5)。从DeviceInformation命令的响应中,我从我的iPhone 4s获取到以下信息:

<key>ProductName</key>
<string>iPhone3,1</string>
我的iPhone 5s是这样的:
<key>ProductName</key>
<string>iPhone6,1</string>
这里的命名规则是什么?iPad/iPod/AppleTV呢? 非常感谢您的帮助,谢谢。
1个回答

2
您可以在这里(链接已更正)找到有关iPhone和iPad型号的信息。列表很长。例如,iPad4,2是iPad Air。
以下是关于Apple TV的信息:
  • Apple TV - AppleTV1,1
  • Apple TV 2G - AppleTV2,1
  • Apple TV 3G - AppleTV3,1 AppleTV3,2

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接