I want to open UIDocumentPickerViewController and It should allow user to select all type of files. I tried to mention all UTIs in UIDocumentPickerViewController init method sti
I think your best shot is to use abstract UTI types.
Using kUTTypeContent and kUTTypeItem should cover most of the file types.