UIDocumentPickerController and Simulators

Hi,


when running my app on a simulator the UIDocumentPickerController correctly opens and displays all files. But when picking one of the files the controller does not send to the delegate a message that one of the items has been picked.


The app works correctly on a real device. Is this a known issue or is UIDocumentPickerController not supported on simulators?

What type of document do you try to open ?


Are you sure you have the app in simulator to open such a document ?

Simple plain text document (UTIs "public.text" and "public.text-plain").


PS: Sorry, with "open" I meant import. I cannot import a text file.

UIDocumentPickerController and Simulators
 
 
Q