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