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 进行移动设备管理


基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01