Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6879135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:48:32+00:00 2026-05-27T04:48:32+00:00

The DropBox app lets you view a document in another app by selecting the

  • 0

The DropBox app lets you view a document in another app by selecting the Open In option.

We are building a document management app and need to be able to view the Word/Excel docs like Dropbox does, in another app.

Where in the SDK do I look so that I can pass a document to another app to open in that one?

Ian

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:48:33+00:00Added an answer on May 27, 2026 at 4:48 am

    You’ll need to use the UIDocumentInteractionController class.

    It’s available in UIKit, so you don’t need a particular framework for this.

    You instantiate this class, using an URL to the file you want to pass to another application, which is able to handle the file type:

    UIDocumentInteractionController * controller;
    
    controller = [ UIDocumentInteractionController interactionControllerWithURL: someFileURL ];
    

    Then, you can present it:

    [ controller presentOpenInMenuFromRect: someRect inView: someView animated: YES ];
    

    Note that, on iPad, you’ll need to retain the controller, otherwise it will be deallocated, making your application crash.

    This method returns a BOOL value. NO is returned if no application for the file type
    was found. In such a case, you may display an alert.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using UIDocumentInteractionController to open a file in another app, DropBox. What i'm trying
Does anyone know how the DropBox app is able to add a toolbar button
I'm trying to add my App to the Open In menu for most file
I am using dropbox api in my app. I am displaying meta data at
Basically I want to recreate the filebrowser (drilldown Tableview) from the DropBox iPhone app
I'm using the Dropbox API. In the sample app, it includes these lines: //
I am building an app with use of core data. My RootViewController, loaded by
I want to upload an image generated by my app to Dropbox. I see
A very basic question concerning dropBox integration into an iPhone app. I followed the
I am currently trying to implement DropBox into my Android App. I have added

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.