菜鸟教程小白 发表于 2022-12-12 03:55:00

iOS:MDM 与无线配置文件交付和配置之间的区别


                                            <p><p>我正在寻找 iOS 领域的设备管理解决方案,我发现了两种方法:移动设备管理 (<a href="http://www.apple.com/ipad/business/it-center/deployment-mdm.html" rel="noreferrer noopener nofollow">http://www.apple.com/ipad/business/it-center/deployment-mdm.html</a>) 和无线配置文件交付和配置 (<a href="http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/Introduction/Introduction.html" rel="noreferrer noopener nofollow">http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/Introduction/Introduction.html</a>)。
但是,我似乎无法找到两种方法之间的区别,或者在实践中两者是否相同。
有人能澄清一下这个话题吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>移动设备管理是一个更广泛的术语,包括配置管理、应用程序管理等。而 OTA 部署是一种关于如何将配置文件发送到设备的机制。 OTA 配置文件交付的替代方案是,</p>

<ol>
<li>使用 IPCU</li>
<li>电子邮件</li>
<li>在网络位置提供个人资料</li>
</ol></p>
                                   
                                                <p style="font-size: 20px;">关于iOS:MDM 与无线配置文件交付和配置之间的区别,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15841645/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15841645/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS:MDM 与无线配置文件交付和配置之间的区别