Search code examples
iosdynamicuti

iOS: Registering for dynamic UTIs


I am developing an application that will be capable of handling multiple file types. To accomplish this, I have registered the UTIs corresponding to the file types in my info.plist file. However, there are a few file types, such as .pub & .indd, for which mdls generates a dynamic UTI (dyn.something).

My question is, how do I register for such types? As far as I can understand, as these are not file types defined by my application (custom file types such as com.mycomp.myapp), I should not be required to export UTIs.

Any help will be really appreciated.

Thanks,

Akshay


Solution

  • I have searched about this a lot. It seems that these file types are not supported by iOS (even Mac OS X).