【发布时间】:2014-09-01 21:50:50
【问题描述】:
我在 App Store 中有一个基于文档的应用程序。现在我尝试在我的应用程序中使用UIDocumentPickerViewController 来共享来自我的应用程序UIDocumentProviderExtension 支持的应用程序的文件。
以前我使用UIDocumentInteractionController 在应用程序之间传输文件。问题是当我使用UIDocumentPickerViewController 时,我在应用程序中收到错误“iCloud entitlement missing”。
根据 Apple 文档,如果我的应用支持 iCloud 存储,我需要添加 iCloud 授权,但这不是我的应用的要求。那么,我想了解 iCloud 授权需要什么来呈现UIDocumentPickerViewController?
【问题讨论】: