iPhone 移动设备管理
我在以下位置找到了一份文档 http://images.apple.com/iphone/business/docs/iPhone_MDM。 pdf
说你可以开发一个应用程序来管理企业 iPhone,但它没有提供任何详细信息。
当我用谷歌搜索时,我看到了一些第三方解决方案,但我想自己实现。但我不知道怎样才能做到。有没有这方面的文件或者有没有人有这方面的经验?
谢谢。
I have found a document at
http://images.apple.com/iphone/business/docs/iPhone_MDM.pdf
says you can develop an application to manage of enterprise iPhones, but it does not give any detail information how it will be.
When I googled I see a few third party solutions, but I would like to implement myself. But I don't know how I can. Are there any documentaion about this or is there anybody experienced about this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在本文档末尾 http://manuals.info.apple.com/en_US/ Enterprise_Deployment_Guide.pdf,其中有通过 Apple 脚本或 C# 创建手动配置文件的示例。当您安装 iPhone 配置实用程序时,您可以在安装文件夹中找到 dll iPCUScripting.dll,这是用于创建配置文件的 API。
At the end of this document http://manuals.info.apple.com/en_US/Enterprise_Deployment_Guide.pdf, there is examples for creating manualy configuration profiles via Apple Script or in C#. When you install iPhone Configuration utility, you can find in the installation folder the dll
iPCUScripting.dll
, the API for creation configuration profiles.