iOS:移动设备管理 [英] iOS: Mobile Device Management

查看:36
本文介绍了iOS:移动设备管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对 MDM 有点困惑,希望有人能在这里帮助我.我已经研究了 Apple 网站上关于 iOS MDM 的文档,但我仍然感到困惑,我有一些问题.

I am little confused about the MDM, wish that someone could help me here. I have studied the docs from the Apple website regarding the iOS MDM,but still I feel puzzled ,I have some questions.

  1. MDM 服务器是否在每次需要执行命令时都与 APNS 通信?
  2. 设置我们自己的 MDM 服务器以及如何设置我们自己的 MDM 服务器是否非常复杂?

先谢谢你.

推荐答案

1) 总体思路是,您通过 APNS 发送一个请求,然后在设备回拨"到您的 MDM 服务器时使用命令进行响应.设备响应您的命令后,您可以发送另一个命令作为响应,依此类推,直到设备执行完所有命令,此时您的服务器应以空 HTTP 响应进行响应.

1) the general idea is that you send one request via APNS and then respond with a command when the device 'phones home' to your MDM server. Once the device responds to your command, you can send another command back in response and so on until the device has executed all the commands at which point your server should respond with an empty HTTP response.

2) 这完全取决于您对复杂的定义是什么!我在过去一年中创建了 2 个 MDM服务器",这并非不可能,但细节相当复杂.

2) That entirely depends on what your definition of complex is! I have created 2 MDM 'servers' in the past year and it's not impossible but quite complex to detail.

这篇关于iOS:移动设备管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆