Mobile Device Management with iPhone(使用 iPhone 进行移动设备管理)
问题描述
谁能给我一些关于iOS4 iphone设备管理的信息.
Can any one provide me some information regarding iphone Device Management with iOS4.
1) 如何用 &这将如何运作.
1) How to implement it with & how this will works.
2) 它可以仅与企业许可持有者一起使用,还是我们可以简单地实现它的开发者许可.
2) Can it work with only Enterprise licensee or can we implement it simply Developer License.
3) 任何特定的文档或帮助.
3) Any specific documentation or help.
谢谢
推荐答案
1.) 如何用 &这将如何运作.检查 http://www.apple.com/iphone/business/integration/特别是 iPhone_MDM.pdf.如果我可以总结一下,那就是"Apple 添加了管理功能(MDM),通过配置的 MDM app-id 连接到 APNS,如果有任何 APNS 通知等待设备,它通过 HTTPS 连接到配置的 MDM 服务器并处理配置的任何管理工作"
1.) How to implement it with & how this will works. Check http://www.apple.com/iphone/business/integration/ especially iPhone_MDM.pdf. if I can summary it, it is "Apple added management function(MDM) which connect to APNS with configured MDM app-id, if there are any APNS notification wait for the device, it connect to configured MDM server via HTTPS and process any management work configured"
2.) 它可以仅与企业许可持有者一起使用,还是我们可以简单地实现它的开发者许可.根据文档,它仅适用于企业许可,但目前看来也对开发者许可开放"
2.) Can it will work with only Enterprise licensee or can we implement it simply Developer License. "Based on documentation it works with Enterprise license only but it looks currently open to developer license also"
3.) 任何特定文档或帮助.我发现有几家公司实现了它(Mobileiron、Airwatch、Sybase 等),但我还没有找到详细的 HTTPS 请求和响应规范.对于 MDM 配置部分,您可以使用 iPhone Configuration Utility.(ipcu).我知道它正在工作,因为我正在使用其中一种已实施的产品.
3.) Any specific documentation or help. I find couple of company implemented it(Mobileiron, Airwatch, Sybase etcs), but I didn't find detail HTTPS request and response spec yet. For MDM configuration part, you can use iPhone Configuration Utility.(ipcu). I know it is working as I am using one of implemented products.
这篇关于使用 iPhone 进行移动设备管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用 iPhone 进行移动设备管理


- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- URL编码Swift iOS 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- UITextView 内容插图 2022-01-01