我已经构建了一个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怎么样? 非常感谢任何帮助,谢谢。
答案 0 :(得分:2)
您可以找到有关iPhone和iPad here (link corrected)型号的信息。这个清单很长。例如,iPad4,2
是iPad Air。
以下有关Apple TV的信息。
AppleTV1,1
AppleTV2,1
AppleTV3,1
AppleTV3,2