注册configuration文件无法在Appleconfiguration器中安装

我试图通过Apple Configurator将设备注册到configuration文件pipe理器。 除了招生简介外,一切正常。 它总是以错误代码4001(MCIntallationErrorDomain)和-1001(NSURLErrorDomain)失败。 我遵循本页中的步骤:Appleconfiguration器: https : //support.apple.com/en-us/HT201334 – 苹果支持,但注册configuration文件不会安装。 任何人有任何想法或build议,我可以尝试? 我在我的智慧在这里结束。

发现这个职位,但没有工作的答案已经提供。 https://stackoverflow.com/questions/22590367/enrollment-profile-wont-install-apple-configurator-1-5-ota-ios7-1

NSURLErrorDomain -1001是连接超时错误: https : //developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Miscellaneous/Foundation_Constants/index.html#//apple_ref/doc/constant_group/URL_Loading_System_Error_Codes

您的设备显然无法通过其无线连接到Profile Manager服务器。

尝试直接在Safari中访问服务器,方法是inputhttps://myserver.local/mydevices之类的URL,并确保它在那里加载。

此外,使用自动注册URL在Configurator中的准备>设置>注册下可能更可靠,而不是推送configuration文件,因为当用户稍后接受MDMconfiguration时,设备将确保已joinWi-Fi。