I am developing an Desktop application which organizes and plays movie files. So, I have added the mp4, mov, avi, m4v (mp4, mov, avi, m4v extensions) as document type under Properties of my application target. The problem is that when the user installs my app in Applications folder of his system, the default option for opening the mp4 movie file changes to Voila from QuickTime Player automatically. The default option is nothing but the 'Open With' option provided in the Info window of a file. This happens for most of the users. Why is this happening? How do I solve this?
Asked
Active
Viewed 226 times
1
-
Did you somehow define your app in LaunchServices as a default handler? [Apple´s Documentation on LaunchServices][1] specifies LSSetDefaultRoleHandlerForContentType - did you use that? [1]: http://developer.apple.com/library/mac/#documentation/Carbon/Reference/LaunchServicesReference/Reference/reference.html – Asmus Mar 03 '11 at 11:42
-
No Asmus. I have not used LSSetDefaultRoleHandlerForContentType in my application. I have used only document types under Properties of my application target as mentioned in my post. – spd Mar 03 '11 at 13:08