Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
We're currenty testing an app for iOS11 support and bumped into a problem with the new UIDocumentPickerViewController. An action opens the new UIDocumentPickerViewController, iCloud Drive is shown by default, we're tapping on the Locations button and switch to Dropbox. When selecting an attachement, the viewcontroller is dismisses but nothing is happening. When selecting an attacthement from iCloud Drive things work just fine.
While debugging we found out the delegate method is not called and following message is shown in the console output.
[UIDocumentLog] UIDocumentPickerViewController : didPickDocumentURLs called with nil or 0 URLS
Does someone else has this problem too? If yes, what's your solution. It would be nice to see this fixed before iOS11 is released.
Thanks in advance.
Kind regards
Is this why I can’t add attachments to emails on my phone and iPad now? Did Apple do this so
I have to quit Dropbox?
Do you have an estimated time (hopefully in hours,because I am out of business till this works again) when the fix comes?
thanks!
Apple did not broke the app picker as all other services/providers work perfectly on iOS 11 except Dropbox. Dropbox's implementation of the UIDocumentPickerViewController and
UIDocumentBrowserViewController are broken. They call documentPickerWasCancelled when the user selects a document.
The same error occured on an earlier version of Dropbox in March and that was fixed after a few releases. Looks like a regression issue to me...
Finally, just try compiling the document based app template in XCode 9. Apple's own code will not work with Dropbox.
Csaba
J have the same problem with mail on ios11. J cannot attach file from dropbox.
Hi Maple
Just downloaded the update (I'm based in Ireland), everything works as expected, import fixed.
Thank you!
David
Hello,
Grateful for this thread here.
Thanks for the new update today. I had noticed Dropbox export/import stopped working with iOS 11 using UIDocumentPickerController, due to the “0 urls” issue. With 64.3 it works again.
Had to reinstall the Dropbox app though, just updating it wasn’t enough.
Best,
Sven
Hey folks! iOS engineer @ Dropbox here.
Please do update to the 64.3 version that is in the AppStore -- it has the full iOS 11 experience and should alleviate the issues you're seeing. If you have trouble seeing your files, make sure you launch the main Dropbox app once and ensure you're logged in, and you should see your Dropbox in Files. If not, try force killing and relaunching Files. We're pretty certain this is rare edge-case and will continue to make this better in future releases!
To @domhof:
I'm sorry this might be a bit off-topic: Have you found a fix for this in your UIDocumentPickerExtensionViewController? I'm updating an app which has a working UIDocumentPickerExtensionViewController for iOS 10 but in iOS 11 I get the exact same error message in the client-app's console.
There is an issue in iOS 11.0 that is caused by an mismatch in the Document Picker's Info.plist. If you do not have a File Provider Extension, ensure that you only support the Import and ExportToService types, as reporting Open or Move without an associated File Provider Extension will cause your extension to behave incorrectly. It's possible that this will be fixed in a future iOS update -- but consider just removing those keys if you have them. Hope this helps!
Thanks,
Jeff
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!