My app is now sharing Documents directory on iOS 11 Files app "On My iPhone" section.
Documents
(Thanks to this article: Working with the Files App in iOS 11)
Question is how to open this directory or at least File app root page via URL Scheme. UIDocumentPickerViewController or UIDocumentBrowserViewController doesn't help in this situation.
UIDocumentPickerViewController
UIDocumentBrowserViewController
The Files app can be opened with the URL scheme shareddocuments://.
shareddocuments://
I don’t know if there’s a way to open a specific directory however.
2.1m questions
2.1m answers
60 comments
57.0k users