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?