Koko,

You may be missing UTExportedTypeDeclarations. 
https://developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/understanding_utis/understand_utis_declare/understand_utis_declare.html
 explains the process. 

If you're using the Info tab in Xcode to declare your Document Type(s), you can 
probably expect to have a corresponding entry for each one in the Exported UTIs 
section.

Damian

On Feb 14, 2013, at 12:29 PM, koko <k...@highrolls.net> wrote:

> 
> On Feb 13, 2013, at 6:30 PM, Jerry Krinock <je...@ieee.org> wrote:
> 
>> But I'm only writing as an iPad user.
> 
> FYI: 
> 
> "Document Interaction Programming Topics for iOS"
> 
> Registering the File Types Your App Supports
> 
> If your app is capable of opening specific types of files, you should 
> register that support with the system. This allows other apps, through the 
> iOS document interaction technology, to offer the user the option to hand off 
> those files to your app.
> To declare its support for file types, your app must include the 
> CFBundleDocumentTypes key in its Info.plistproperty list file. (See “Core 
> Foundation Keys”.) The system adds this information to a registry that other 
> apps can access through a document interaction controller.
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/damiancarrillo%40me.com
> 
> This email sent to damiancarri...@me.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to