We’re using the iOS 8 Document Picker in our App to import files from Dropbox.
Picking a file for the first time works as expected. However, we have discovered problems with the handling of updated files.
If the file has been modified on Dropbox later on, we see problematic behavior:
On some devices we always get the initially downloaded version of the file but not the updated one.
On other devices the document picker seems to crash after selecting the file and the “didPickDocumentAtURL” never gets called.
We’ve tested the Dropbox document picker implementation also with other vendors’ apps and have seen the same behavior as described above. Other document picker implementations (e.g. iCloud, Google Drive) work as expected.
Is there any way to get a reliable Document Picker behavior for Dropbox?
Thanks.