Using UIDocumentInteractionController, I can open an "Open In" menu for a File URL. If there is only one application that can handle (viewer/editor) that type of file, three options are presented:
- The Viewer Application
- Copy
Is there a way I can send the file immediately to the "Viewer" application without opening the "Open In" menu?
PLEASE NOTE: The file type is a CUSTOM file type that only the 1 viewer application can handle.