I am developing an iOS app and would like to open the locally stored file using external app. I know that typically it can be done through "Open with..." menu, but instead previewing it locally and giving Open with menu, I'd like to open it instantly with an another app.
For instance, I have a Help file in PDF format, which I'd like to open at once when user clicks [?] button. I want it to open using specifically Adobe Acrobat. No problem if it is not installed :)
Any ideas?