CloudKit 无法获取身份验证令牌
CloudKit cannot get an authentication token
所以我正在尝试将一个 CloudKit 容器连接到一个单独的应用程序。我已将 "Specify custom containers" 设置为包含我希望访问的容器,并且包含了所需的 .entitlements
有谁知道为什么会出现这个错误?
非常感谢任何帮助。
终于找到它的文档了。在以下时间调用错误:
The current user is not authenticated and no user record was available. This might happen if the user is not logged into iCloud.
我发现我没有登录我的设备。捂脸
所以我正在尝试将一个 CloudKit 容器连接到一个单独的应用程序。我已将 "Specify custom containers" 设置为包含我希望访问的容器,并且包含了所需的 .entitlements 有谁知道为什么会出现这个错误?
非常感谢任何帮助。
终于找到它的文档了。在以下时间调用错误:
The current user is not authenticated and no user record was available. This might happen if the user is not logged into iCloud.
我发现我没有登录我的设备。捂脸