Adding “Open In…” option to iOS app

Take a look at the Document Interaction Programming Topics for iOS: Registering the File Types Your App Supports.

As long as you provide your document types in your Info.plist, other apps that recognize that document type will list your app in their “open in” choices. Of course, that presumes that your app creates documents that other apps can open.

Leave a Comment