I'm using the iOS 8 Document Picker in my iOS app.
UIDocumentMenuViewController
I pass in an array of supported filetypes via the initializer:
-[UIDocumentMenuViewController initWithDocumentTypes:inMode:]
All the other document pickers filter out unspecified document types and only show the ones specified by the Document Types parameter. The following pickers have been tested and work according to the API documentation:
iCloud & Google Drive
However, the Dropbox picker shows all files no matter what supported types I specify.
- Is there a way to filter document types with this picker?
- If this is a bug, is there an ETA on when this might be fixed?
Thanks.
Doug Hill
doug.hill@chartcube.com
http://chartcube.com/