Questions tagged [uidocumentbrowserviewcontroller]

19 questions
0
votes
1 answer

Browse files and want to upload on Server

I am using UIDocumentBrowserViewController to browse the file and getting the URL of the selected file from UIDocumentBrowserViewControllerDelegate method. func documentBrowser(_ controller: UIDocumentBrowserViewController, didPickDocumentsAt…
VSP
  • 166
  • 11
0
votes
1 answer

UIDocumentBrowserViewController returning error importing to dropbox

I'm using UIDocumentBrowserViewController and encountering the following error when trying to create a new file with Dropbox: Couldn’t communicate with a helper application. The error does not occur with iCloud or "On My iPad" (local storage). What…
Taylor
  • 5,871
  • 2
  • 30
  • 64
0
votes
1 answer

Using Document Browser View Controller with Mac Catalyst

I have just started experimenting with Catalyst. My app is a document browser based app. The stock MacOS Finder dialog is indeed launched when the appropriate button is clicked. The main app window completely disappears when the Finder dialog…
-1
votes
1 answer

UIDocumentBrowserViewController and suported file types

I am working on an app which handles only jpeg files, with UIDocumentBrowserViewController as root VC. I have set things up to be able to successfully open those files, but files of other types are still shown (dimmed out) in the browser. Is there…
Torrontés
  • 145
  • 7
1
2