【发布时间】:2015-07-13 18:13:16
【问题描述】:
我已阅读有关如何打开存储在应用程序中的 mobileconfig 文件的问题 (Unable to open mobileconfig file in Safari ios devices[resolved]) 我需要在我的应用程序中做同样的事情,但我不知道如何让服务器在后台运行我已经尝试过使用 CocoaHTTPServer 和 GCDWebServer 但在两者中我都需要 wifi 连接来创建服务器。我需要做一个本地服务器来模拟没有网络的 URL 来启动 .mobileconfig 如果有人可以帮助我,我将非常感激。 谢谢!
【问题讨论】:
-
Discussion in this question about programmatically installing configuration file 直到 2014 年 3 月才拥有 cmets,这清楚地表明你想要实现的目标是不可能的......但是,我想知道苹果的新 Testflight 'app' 是如何进行配置文件验证的...
标签: ios gcdwebserver