Hello,
We are writing an app that handles apkg files. The app's info.plist contains the correct document types and imported Type UTIs, and everything was working well until iOS11.
On iOS11 however, these files are greyed out when trying to import them from dropbox, using UIDocumentPickerViewController, or when viewing them in the Files app, in dropbox.
They appear correctly when trying to import them from iCloud Drive.
Below are the relevant fields in the info.plist file:


Is there anything we can do to make these files "importable" from dropbox? Probably not relevant, but we have the same issue with Google Drive as well. As I mentioned with iCloud Drive it works fine.
A sample apkg file can be found here: https://www.dropbox.com/s/whpjifo1uubzcgb/Test.apkg?dl=0.
Thanks in advance,
Robert