Creating your own UTI for an iOS app.
Posted
by
Kalle
on Stack Overflow
See other posts from Stack Overflow
or by Kalle
Published on 2010-12-27T15:49:56Z
Indexed on
2010/12/27
15:54 UTC
Read the original article
Hit count: 278
Hello all,
The app I'm developing has a custom file format for its files, and I'd like to be able to use the "Open In ..." feature of iOS which lets users e.g. email each other a file and then open it directly in the app.
I've gotten as far as adding the CFBundleDocumentType stuff in the Info.plist file, but the problem is the LSItemContentTypes. From what I've read, I need to provide the actual file as a UTI, rather than just saying ".myfileextension", and I can't find a lot about how to create UTI's in a iOS app.
Anyone know?
© Stack Overflow or respective owner