【问题标题】:what are ProductName for iOS devices in MDMMDM 中 iOS 设备的 ProductName 是什么
【发布时间】:2023-04-27 14:05:01
【问题描述】:

我已经构建了一个 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 怎么样? 非常感谢任何帮助,谢谢。

【问题讨论】:

    标签: ios mdm


    【解决方案1】:

    您可以在here (link corrected) 找到有关 iPhone 和 iPad 型号的信息。名单很长。例如iPad4,2 是 iPad Air。

    以下有关 Apple TV 的信息。

    • 苹果电视 - AppleTV1,1
    • Apple TV 2G - AppleTV2,1
    • Apple TV 3G - AppleTV3,1 AppleTV3,2

    【讨论】:

      最近更新 更多