Questions tagged [uidocumentpickervc]
97 questions
0
votes
1 answer
Can Document Picker be used without being the member of Apple Developer Program?
Can we use Document Picker without being the member of Apple Developer Program? If Yes, then how?
Xcode doesn't allow to add iCloud entitlement without becoming a member. How to get around this problem. See the images below.
Image1:
Image2:
See…

Utsav Dusad
- 2,139
- 4
- 31
- 52
0
votes
1 answer
UIDocumentPickerExtensionViewController validTypes is always nil
Currently I'm creating a 'Document Provider Extension' for my iOS app. I'm using the extension from inside my app, as well as from other apps to get access to some app internal files.
When using it internally, I'm creating a…

LaborEtArs
- 1,938
- 23
- 27
0
votes
1 answer
iOS Open in didn't work in share extension
in the app integrated "app extension" processing. It has "open in" functionality.
Problems that I work with special files (f.e. it has special extension - file_name.myextension). And when I try to do "Open In" from an email client.
I will get…

biloshkurskyi.ss
- 1,358
- 3
- 15
- 34
0
votes
1 answer
Dropbox UIDocumentPicker plugin cannot open OS X file packages
On my OS X machine I have placed a document which actually is a file package (aka document bundle) into my dropbox. When I try to open that file package on my iOS device using the UIDpocumentPicker plugin the file package appears as a folder. On the…

berbie
- 978
- 10
- 13
0
votes
1 answer
Import directory with UIDocumentPickerController
I try to implement UIDocumentPickerController in my application.
Is there any way to import whole directory with contained files or this solution allow only for import single files?
What is your recommendation?
Thank you for your help.

LakaLe_
- 454
- 1
- 6
- 15
0
votes
1 answer
UIDocumentMenuViewController / UIDocumentPickerViewController slow to show in view
I am trying to use the iOS file picker to select text files but when I instantiate and present (modally) a UIDocumentMenuViewController or a UIDocumentPickerViewController the UI takes a while to show up.
This is the code I tried to use for the…

cescofry
- 3,706
- 3
- 26
- 22
-1
votes
1 answer
DocumentPickerDelegate not working after update to swift 3
I've tried to put a documentPicker to get a file from iCloud but Actually my app opens the documentMenu to import a file (iCloud, Dropbox) and when I choose iCloud, I present the document picker with my files. When I've to delegate the file to…

Elizabeth Hernandez
- 149
- 1
- 1
- 12