iPhone 中的 MDM API 集成
我正在尝试做一个企业应用程序,它需要列出 iPhone 中所有已安装的应用程序,并且还应该允许用户从当前应用程序中删除一些应用程序。我知道使用任何直接 API 是不可能的。但我发现使用 MDM API这是可能的。我已经在苹果网站 http://images.apple.com/iphone/business 中浏览了有关此内容的文档/docs/iPhone_OTA_Enrollment_Configuration.pdf
但我不确定我需要从哪里开始。在 iPhone 端访问这些 API 需要遵循哪些步骤?当我打开应用程序时,我是否需要以编程方式执行所有这些步骤,否则这些步骤将由服务器处理。
请从开发人员的角度分享您如何实现这一点的想法。
提前致谢。
I am trying to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application.I know this is not possible using any direct API's.But I found that using MDM API's it is possible. I had gone through the documents about this in apple's website http://images.apple.com/iphone/business/docs/iPhone_OTA_Enrollment_Configuration.pdf
But I am not sure where I need to start. What are the steps I need to follow to access these APIs in the iPhone side. Do I need to perform all these steps programatically when I open the app or else these will be handled by server.
Please share your ideas about how to implement this from a developer point of view.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应用程序无法执行任何 MDM,只能由管理设备的服务器来完成。
Apple 有一个来自 WWDC 2010 的会议视频,展示了这是如何完成的。
Apps are not able to do any MDM, it can only be done by the server, that is managing the device.
Apple has a session video from WWDC 2010 that shows how this is done.