PLATFORM : - iOS 6.0 & 7.0 [iPhone & iPad] Simulator / device - Titanium Studio, build: 3.1.3.201309132423 Build: jenkins-titanium-rcp-master-21 (origin/master) Date: 13 September 2013, 00:23:57
CLARIFICATION : I am developing an application using Titanium Studio, wherein on clicking of a button, I need to show up the list of all compatible apps that can open the particular type of file. Say for example, I have the file extension, "pdf".. Then I need to get and display list of all PDF applications installed in iPad / iPhone that can open the pdf. Actually this feature is available in Android.
To put it simple, I am trying to mock up the behavior of "open in" menu that appears for mail attachments in iPad / iPhone.
I am already using Document viewer for previewing files on click. In addition, I need this behavior like what applications can open the file on long press. Is this feasible, because, many say applications cannot get such info with respect to other applications as such in iOS. Can anybody help me on the same ?