I am developing an iPad application which is capable of downloading different types of files from web. I want to give user's, option to open downloaded files (those my application cant handle) to other applications installed in the device.
I know this can be done by using UIDocumentInteractionController, but i want to skip the show options in this method.
For example: After downloading a pdf file from web, on tapping a button "Open", it should automatically open to adobe reader application in the device.
CustomURL is a useful method to launch a specific application, but it may be difficult to get URL schemes of some applications.
Please share your thoughts.
Thanks in advance.