Search code examples
iosobjective-ciphoneios9uidocumentinteraction

How to have "Copy To (My app)" on a UIDocumentInteractionController


Copy To

How can I have a "Copy To MyExampleApp" in a UIDocumentationController. The file types can be any : pdf,pptx,doc,txt ...

P.S : Objective-C code will be helpful. Thank You !


Solution

  • Try Adding DocType Support to your App for the extension and then handle the delegates to do the needful.

    Reference: Registering the filetypes your app supports