菜鸟教程小白 发表于 2022-12-12 15:28:22

ios - 需要 MDM 才能在 iOS APP 中


                                            <p><p>我在 Appstore 中有一个 iOS 应用。现在我想在其中实现移动设备管理。根据在线文档,我知道它需要企业开发人员计划,并且一些网站说它仅适用于内部应用程序。但我希望应用程序在实现 MDM 后放置在 Appstore 中。请让我知道如何实现这一目标。 </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>你问的很模糊。
您无法在 App 中实现 MDM 相关功能。 <br/><br/>IOS 4或更高版本默认自带MDM框架。您必须将带有 MDM 有效负载的配置文件分发到设备,以便针对 MDM 服务器对其进行配置。之后,MDM 服务器可以发送远程管理命令、限制和策略。</p>

<p><strong><em>根据在线文档,我了解到它需要企业开发人员计划,并且一些网站说它仅适用于内部应用程序。</em></strong ></p>

<ul>
<li>企业帐户的用途是,Apple 已强制要求企业帐户
了解 <a href="https://www.google.com/url?q=https%3A%2F%2Fdeveloper.apple.com%2Fdevcenter%2Fdownload.action%3Fpath%3D%2FDocuments%2Fmobile_device_management_protocol%2Fmobiledevicemanagementprotocol.pdf&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFJsGPLJqIlwrohE_jrBEeW0juxDw" rel="noreferrer noopener nofollow">MDM protocol</a> 的开发者计划帐户. </li>
<li>仅使用 Enterprise 帐户,您可以下载 MDM CSR 证书
稍后将用于签署用户生成的 CSR 以获取 APNS
证书。 MDM 与内部应用程序无关。</li>
</ul>

<p><br/><strong>1.)</strong>请查看<a href="https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/Introduction/Introduction.html" rel="noreferrer noopener nofollow">Over the air profile delivery</a>苹果的文件。它将为您提供大量信息以通过无线方式传输配置文件。
<br/><strong>2.)</strong>探索<a href="https://www.google.com/url?q=https%3A%2F%2Fdeveloper.apple.com%2Fdevcenter%2Fdownload.action%3Fpath%3D%2FDocuments%2Fmobile_device_management_protocol%2Fmobiledevicemanagementprotocol.pdf&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNFJsGPLJqIlwrohE_jrBEeW0juxDw" rel="noreferrer noopener nofollow">MDM Protocol</a>苹果提供的文档再看<a href="http://media.blackhat.com/bh-us-11/Schuetz/BH_US_11_Schuetz_InsideAppleMDM_WP.pdf" rel="noreferrer noopener nofollow">wonderful document on MDM</a>由 Intrepidus Group, Inc.
<br/><strong>3.)</strong>阅读<a href="https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html" rel="noreferrer noopener nofollow">Configuration profile key reference</a>文档,了解配置文件中使用的属性和 Payload 特定属性(例如:Wifi Payload 相关属性)
<br/><strong>4.)</strong> 然后开始构建您自己的 MDM 服务器来处理 MDM 请求!</p>

<p><strong><em>但我希望应用在实现 MDM 后放置在 Appstore 中。请让我知道如何实现这一目标。</em></strong>
<br/>可能在您的应用程序中,如果您不想通过电子邮件或任何其他方式向用户发送注册请求,您可以选择在授权后下载带有 MDM 设置的配置文件..</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 需要 MDM 才能在 iOS APP 中,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/30639495/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/30639495/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 需要 MDM 才能在 iOS APP 中