iOS 如何识别收到的通知是针对 MDM 的?

发布于 2024-12-10 12:45:56 字数 104 浏览 3 评论 0原文

我想使用 MDM 来管理多个 iOS 设备。

根据文档,我不需要在设备上安装任何东西。在这种情况下,当设备收到来自 APNS 服务器的通知时,它如何知道该通知是针对 MDM 的?

I want to use MDM to manage number of iOS devices.

According to documentation I do not need anything installed on device. In that case when device receives a notification from APNS server, how will it come to know that this notificaation is for MDM?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

一生独一 2024-12-17 12:45:56

您至少需要安装来自 MDM 公司的根证书(在您的情况下,您的软件/您自己需要将根证书部署到最终用户设备)。
一旦设备安装了根证书,您就可以通过 APNS 发送一些 MDM json 有效负载。

我认为您可以通过多种方式部署根证书,包括在 iOS 上的 safari 中下载或使用配置实用程序。

You need to install at least a root certificate from the MDM-Company (in your case your software / yourself need to deploy the root certificate to the endusers device).
As soon as the device has the root certificate installed, you can send some MDM json payloads through APNS.

I think you can deploy the root certificate with many ways including download in safari on your iOS or also with the configuration utility.

情场扛把子 2024-12-17 12:45:56

推送通知字符串:{"aps":{},"mdm":"MagicPushDeviceCode"}

Push Notification String: {"aps":{},"mdm":"MagicPushDeviceCode"}.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文