我可以从 MDM 服务器获得哪些 iOS 设备信息?

what iOS device info can I get from MDM server?

我是开发 iOS MDM 服务的企业开发人员。我从中找到了一些信息 http://www.joshwright.com/tips/getting-an-iphone-udid-from-mobile-safari。 我想知道的是: 上面文章提到"Apple allows developers to get a person's UDID (& do many other things) through a special interaction between the phone and your web server. "

服务器可以从 iphone 获得什么 "other things"。

谢谢

答案并不简短,因为企业 MDM 允许做很多事情。 我可以将所有能力分为两大类:

  • 从设备获取一些信息(UDID、iOS 版本、IMEI 等)。您可以在 http://get.udid.io 中找到使用 MDM 解决方案为您提供设备信息的示例用法。
  • 在设备上配置一些东西(网络设置、enable/disable 功能等)

这是简短的答案。但是完整的答案真的很大,您可以在这里找到这些信息:https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html

这是你想知道的吗?