关于UIDocumentPickerViewController无法使用iCloud drive文件

1、检查APPID是否配置好支持iCloud功能

2、打开iCloud功能后确保勾选iCloud document这一项(我就是因为这个原因在选中文件后提示无法使用文件)

3、是否调用了

BOOL fileUrlAuthozied = [urls.firstObject startAccessingSecurityScopedResource]; 

  [urls.firstObject stopAccessingSecurityScopedResource];

你可能感兴趣的:(关于UIDocumentPickerViewController无法使用iCloud drive文件)