Open File in another app on iOS

Source: Internet
Author: User
1 question

IOS app is sandboxed, so if yourAPP needs to open some file types in other apps, like Dropbox app does, it cocould list the installed apps which cocould open specific types of file.

How can you do that ?,

 

2 answer

You'll want to useUidocumentinteractioncontroller. See alsoDocument Interaction Programming Guide.

 

3 steps

Below is the detailed steps:

(For example, we have 2 Apps)

App1 creates a file anywhere in its sandbox.

App1 CILS docinteraction to display the "open in" GUI for that file

User picks "open in app2"

The IOS copies the file from one sandbox to the other and launches app2.

App2 implements didfinishlaunchingwithurl and loads the supplied URL (which is the copy in its sandbox)

 

 

1) http://stackoverflow.com/questions/7156932/open-file-in-another-app

2)Http://stackoverflow.com/questions/4801590/ios-app-to-app-trasnmission-of-data-using-new-document-support-api

3)Http://stackoverflow.com/questions/2774343/how-do-i-associate-file-types-with-an-iphone-application

4)Http://apple.stackexchange.com/questions/25678/downloading-and-uploading-files-through-safari-ios

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.