A document interaction controller, along with a delegate object, provides in-app support for managing user interactions with files in the local system

learn more… | top users | synonyms

0
votes
0answers
23 views

Objective C: Popover Dismissed Without Opening the File to Another App

In the app that I am working I have files to be downloaded from a server and store it locally in the app's sandbox, then open it in iBooks using UIDocumentInteractionController. I have done it all ...
1
vote
0answers
32 views

Show a UIDocumentActivityViewController from a UIActivity with without using an acitivityViewController

I wanted to use the DMActivityInstagram inside my app, but there's no need to resize my image so I'd like to skip the "resizer" step (so I don't want to override the - (UIViewController ...
0
votes
1answer
25 views

UIDocumentInteractionController crash with presentOpenInMenuFromBarButtonItem: method

I tried to open a pdf file with the "Open in" menu, but when I create it, the code crash when I call the presentOpenInMenuFromBarButtonItem method UIDocumentInteractionController * controller; ...
0
votes
1answer
57 views

IOS Opening PDF from my app in another app EXC_BAD_ACCESS

I'm having difficulty debugging this error. I get an EXC_BAD_ACCESS error after I click on Adobe or Nook as the selected app to open the download PDF. I've gone through with the debugger and it breaks ...
1
vote
1answer
80 views

ios iphone hooks open instagram directly without showing UIDocumentInteractionController

I'm integrating sharing images through instagram in my app. I've read their documentation. It seems that I need to use the iOS UIDocumentInteractionController to allow this (I understand that it ...
0
votes
2answers
77 views

Objective C: Multiple Downloads

I am trying to make an app that downloads a pdf file from an online server. What I did was I created 3 buttons that has 3 different URLs and save it to the app's sandbox and open it in iBooks. But it ...
0
votes
0answers
81 views

UIDocumentInteractionController doesn't open the app (didEndSendingToApplication: never called)

I have a UIDocumentInteractionController instance (that DOES have a strong reference in my class, I am aware of the memory issues about it) and I want to send a photo file to Instagram. I saved the ...
0
votes
1answer
88 views

Objective C: Opening A PDF File on iBooks

I am downloading a PDF file from an online server and save it to my the App's Sandbox then view it in iBooks. The iBooks viewing is what i am struggling now. I tried this code: ...
0
votes
2answers
152 views

Objective C: Download PDF and Open in iBooks

I am making an app that downloads a file from an online server and save it to the App's local memory. Now, what I want to do is when you click the "View PDF" button it will open the PDF file directly ...
0
votes
1answer
61 views

Is there any way I can tell if a menu event has occurred using UIDocumentInteractionController?

I've only just started in iOS development so bear with me. I'm building an app for a friend and one of the pieces of functionality is being able to post to Instagram a picture the user takes within ...
0
votes
1answer
146 views

UIDocumentInteractionController disable open in certain apps

I'm currently using a UIDocumentInteractionController for open in functionality. When it opens it shows a list of all apps on the device that can handle that file type. Is there a way to disable my ...
0
votes
0answers
27 views

“Open in ” of QuickLook Preview

I used UIdocumentInteractioncontroller to send my file to other apps and i am using "presentoptionmenuItem" method to show option menu when i click the file ,options are like quicklook and "open in". ...
1
vote
0answers
33 views

Document sharing to other apps

my app is document based,user can preview any type of file and can edit with other apps using open in option.if file is modified by other apps, how can get that modified file to my app? Is ios 4.2 ...
1
vote
2answers
350 views

How to open native IOS calendar from my app

I want to open native IOS calendar(ical) from my application. Is there any way i can open calendar for particular event? I also follow Open iphone calendar app programmatically but not yet ...
0
votes
2answers
103 views

iOS, is there a temporary directory that all applications can see?

Is there a temporary directory that all applications have access to in iOS so that files can be passed between them? Please Note: I understand the "Open In" menu of UIDocumentInteractionController. ...
0
votes
0answers
169 views

In iOS, can you open a file in another application without calling the “Open In” Menu?

Using UIDocumentInteractionController, I can open an "Open In" menu for a File URL. If there is only one application that can handle (viewer/editor) that type of file, three options are presented: ...
2
votes
1answer
53 views

Can an iOS custom document editor return a file to the opening application?

I understand how to create an iOS application that is either a viewer or an editor of a document type. There are several good questions on how to do this: How do I associate file types with an ...
0
votes
1answer
327 views

UIDocumentInteractionController opening pdf in iBooks crashes

I have a test PDF file that I want to open in iBooks through my app. I saved it in my temp directory and I use this code to load it to iBooks: NSURL *targetURL = [NSURL fileURLWithPath:tempFullPath]; ...
0
votes
0answers
104 views

UIDocumentInteractionController ios5 how to add Mail app

I'm displaying a png with an UIDocumentInteractionController. Is it possible to add Mail App to the available apps? With a fresh firmware installation there's only the printer, while on iOS 6 there ...
0
votes
1answer
130 views

UIDocumentInteractionController - Quick view never finishes loading document

I've implemented the UIDocumentInteractionController in an iPad application - the purpose is to open documents fetched from a networked location and display them. Looking online, I've got this far: ...
7
votes
3answers
194 views

Check if any apps are associated with file extension

I want to make "Open in.." function in my iOS application. Is there any way to check if any app on this device is associated with file extension that i want to share? If there are no apps on current ...
0
votes
0answers
56 views

UIDocumentInteractionController disappears after rotation

I use UIDocumentInteractionController to share data with other apps on device self.docInteraction = [UIDocumentInteractionController interactionControllerWithURL:imageAttachFile]; ...
0
votes
2answers
65 views

Adding a 'save to' location to Pages on iPad

I know that it is possible to use UIDocumentInteractionController to give the user a chance to open a document, say a Word document, in an application such as Pages. Is it possible in any way to do ...
0
votes
1answer
102 views

iOS Register for .p12 file types (cfbundledocumenttypes)

I want to read on my app a .p12 file that will be sent to users email. But the option "open in" does not appear for .p12 files. I tried public.data and I can see the "open in" option in all files(I ...
2
votes
1answer
346 views

UIDocumentInteractionController doesn't work on iOS 6

I need to send file from one application to another. I use UIDocumentInteractionController to copy file. Here is my code implementing UIDocumentInterationController in my ViewController in ...
0
votes
0answers
39 views

UIDocumentInteraction Controller

I am opening file with another application using UIDocumentInteractionController , modified the file and save but file saved into second application document directory so file in first app not getting ...
0
votes
0answers
140 views

UIDocumentInteractionController button clicked

My application originally had a standard Action Sheet displaying options for Email and Print for a PDF that was being viewed. I tracked these events using Google Analytics. I've now replaced the ...
1
vote
1answer
148 views

Document Interaction Controller

My app is supposed to be able to read and edit PDF, DOC and TXT file formats, so I decided to use another application (let me name it as app2) to open and edit files from my application. But when I ...
0
votes
1answer
54 views

Force “open in…” selection

My code at the moment looks like this: - (UIDocumentInteractionController *) setupControllerWithURL:(NSURL *)fileURL usingDelegate:(id ...
0
votes
1answer
28 views

How to read pdf from anather app in our app?

I want to read pdf from various application which support pdf (iBook or another), And I want to browse that pdf in our app. How can I achieve this? Plz help me ..
0
votes
0answers
112 views

QLPreviewController not showing actions in iOS

For a particular .zip file QLPreviewController is not presenting action sheet when action button is tapped. That file opens perfectly in web GMail and native Mail app. Thanks.
1
vote
2answers
410 views

iOS 6 - Able to save .pdf from URL, able to display it in a WebView, NOT able to move it to iBooks

This is what I'm trying to do: Get a .pdf from external URL Save it into my local disk Display it in a WebView Allow the user to move the .pdf to another app who can read .pdf Everything from 1 to ...
3
votes
1answer
654 views

iOS 6 sharing like Messages, not like Photos (UIActivityViewController and UIDocumentInteractionController)

In iOS 6, tapping the action button in the Photos app presents the standard UIActivityViewController: Doing the same from Messages presents a different set of options. This looks to me like it's ...
0
votes
0answers
95 views

ios uidocument interaction controller

Iam building an app in which i have to click attachment which contains .xlsx file. I have to open the same in uidocument interaction view controller and then send that into a php server . please help ...
0
votes
1answer
369 views

UIDocumentInteractionController Open In menu makes toolbar items disappear in iPhone

I have a UIToolbar adding to the view, and the toolbar has several UIBarButtonItem. And one of the buttons will call out the UIDocumentInteractionController Open In menu. In iPhone, the Open In menu ...
0
votes
1answer
363 views

ios/Objective C - UIDocumentInteractionController - 'Open In' method always returns NO

I'm hoping someone can help with a very frustrating issue I'm having with the UIDocumentInteractionController. I need to invoke the 'presentOpenInMenuFromRect' method, to allow the user to open a ...
1
vote
1answer
917 views

iOS posting to Instagram not working [duplicate]

Possible Duplicate: UIDocumentInteractionController no longer works in iOS6 I can't open Instagram from my app. Here's the code I'm using: NSString *imageToUpload = [NSHomeDirectory() ...
0
votes
0answers
108 views

Hide UIDocumentInteractionController title bar

I am using UIDocumentInteractionController to show a PDF in my app. When the PDF is being displayed, the titleBar hides after 2-3 seconds, but I don't want to hide the titleBar at all. Should we ...
1
vote
0answers
61 views

Data Size Limit When transfer file using uidocumentinterface Controller?

I am using the UIDocumentInterfaceController for inter app communication. when i am trying to transfer a big MP4 file size around 500MB its getting successfully copied in Inbox directory of the ...
1
vote
1answer
66 views

How to give “Share with” option while opening documents in iphone mail

So I've been going through the "Document Interaction Programming Topics for iOS". I've been able to achieve the "Open with myapp" option through Mail, was wondering how can I change the option to ...
0
votes
0answers
66 views

How can I the video forward/backward controls to work for a video previewed with UIDocumentInteractionContoller on an iPad running iOS 6?

On an iPad running iOS 6 (specifically 6.0.1), when I use the UIDocumentInteractionController to preview a video, the preview view shows fine, the video plays, and all controls but the Back/Forward ...
1
vote
1answer
404 views

UIDocumentInteractionController working in iOS6 but not in iOS5

I am using UIDocumentInteractionController in MonoTouch and in the iOS6 Simulator and on iOS6 devices my code half works. However it does not work at all for iOS5 simulator/devices. Here is a sample ...
1
vote
1answer
482 views

Open ibooks programmatically with file in documents directory

Is it possible to open an .ibooks file within my documents directory automatically, without any UIDocumentInteractionController? Maybe by manipulating the url or something like this? I tried opening ...
0
votes
0answers
363 views

Instagram UIDocumentInteractionController not responding

I've tried to search from the internet but cannot find anyone having the same problem. When I use UIDocumentInteractionController to hook up Instagram sharing, by using my colleagues' iPhone, clicked ...
0
votes
1answer
173 views

UIDocumentInteractionController crashes caught by Exception Breakpoint

I am using the UIDocumentInteractionController to preview pdf files. I display the controller as follows: self.docInteractionController = [UIDocumentInteractionController ...
0
votes
1answer
312 views

UIDocumentInteractionController change title of presented view

I am using the UIDocumentInteractionController to display pdf files. My files are stored in the filesystem using encoded filenames that are not user-friendly. I do have access to a more friendly ...
0
votes
0answers
110 views

iOS not displaying pptx correctly [closed]

im looking at an iphone displaying a powerpoint file opened from an email attachment. The file seems to be cutting off parts of each page if it extends beyond a certain size. My question: is there ...
7
votes
1answer
687 views

Exclusive iOS UTI

I'm trying to create / export an exclusive UTI type for my iOS app (very similar to how Instagram exclusively handles the UTI com.instagram.exclusivegram). Basically, I want com.photoapp.photo to be ...
9
votes
2answers
3k views

UIDocumentInteractionController no longer works in iOS6

I have an app that shares with instagram built for iOS5 and now in iOS6, sharing no longer works although canOpenURL returns true and code executes. The images are saved to the documents folder of ...
1
vote
0answers
150 views

How to add button to UIDocumentInteractionController preview

I'm using UIDocumentInteractionController for files preview: interactionController = UIDocumentInteractionController.FromUrl(url); interactionController.Delegate = new ...

1 2 3