iCloud からインポートしようとすると、アプリ フォルダが無効になるという問題が発生します。下の画像を参照してください。
Google ドライブの iCloud インポートを確認しましたが、下の画像のように無効になっていません。
他のアプリのフォルダーからドキュメントを取得する必要があります。何が間違っていましたか?
これは私のinfo.plistの現在の設定です:
コード:
UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initWithDocumentTypes:@[@"public.item"]
inMode:UIDocumentPickerModeImport];
documentPicker.delegate = self;
documentPicker.modalPresentationStyle = UIModalPresentationFormSheet;
[self presentViewController:documentPicker animated:YES completion:nil];