I adopted a great method described here to associate a file type with my application. My problem is that when a file is attached to an email and the user touches the attachment, instead of downloading the application, it immediately receives a โquick viewโ of the contents of the file and must click the button at the top right corner to โopen withโ my application.
I want to DISABLE quicklook in relation to my user extension (for example, โ* .CUSโ), and I want the email application to simply go directly to my application when the attachment โclicksโ.
source share