问题描述
我正在企业的iPhone上阅读,并看到了有关移动设备管理服务器的一些信息。据我所知,有一些第三方MDM供应商,但Apple表示可以实现自己的。
I was reading up on iPhone in the enterprise and saw something about Mobile Device Management servers. As far as I can tell, there are a few 3rd party MDM vendors, but Apple says that one could implement their own.
iPhone配置实用程序允许您设置服务器URL,签入URL,主题,身份以及MDM的其他一些内容,但是关于如何构建与这些服务器挂钩的服务器的信息很少。
The iPhone Configuration Utility allows you to set up a Server URL, Check in URL, Topic, Identity, and some other things for an MDM, but there's little information on how to build a server that hooks in with these.
我已经查看了企业部署,iPhone配置,甚至是iPhone移动设备管理文档,但除了模糊的提及或偶尔的图表外,几乎没有发现。某处是否有文档化的协议?
I've looked in the Enterprise Deployment, iPhone Configuration, and even the iPhone Mobile Device Management docs, but have found little aside from vague mentions or the occasional diagram. Is there a documented protocol somewhere?
推荐答案
iOS MDM实施的最佳文档是。
您可以获得足够的细节来实现iOS MDM。请参阅和
The best document for iOS MDM implementation is https://media.blackhat.com/bh-us-11/Schuetz/BH_US_11_Schuetz_InsideAppleMDM_WP.pdf.You can get sufficient detail to implement iOS MDM. Refer this How to develop iPhone MDM Server? and this generate MDM certificate
这篇关于iPhone Enterpise部署:移动设备管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!