【发布时间】:2020-03-01 05:00:14
【问题描述】:
在尝试设置具有通用链接的应用程序时,我在 iOS 13 中看到以下错误。有没有人看到或知道它的含义?
我在 swcd 进程的设备控制台中看到此错误。
Error getting enterprise-managed associated domains data. If this device is not enterprise-managed, this is normal:
Error Domain=SWCErrorDomain Code=1701 "Failed to get associated domain data from ManagedConfiguration framework." UserInfo={NSDebugDescription=Failed to get associated domain data from ManagedConfiguration framework., Line=250, Function=<private>}
当我在 iOS 12 设备上安装相同的应用程序时,它运行良好。任何想法将不胜感激
【问题讨论】:
-
我之前的搜索中没有找到这个,但看来我不是唯一一个forums.developer.apple.com/thread/123554
-
您的设备是否由 MDM 管理?看起来它正在尝试从某种企业 MDM 服务中查找关联的域。
-
我在安装应用程序时遇到了同样的错误(iPhone 7 plus,iOS 13.3.1)。您有解决此错误的想法吗?
标签: ios ios13 ios-universal-links