My application now shares the directory Documents
in the iOS 11 Files "In My iPhone" application.
(Thanks to this article: Working with a file in iOS 11 )
The question is how to open this directory, or at least the root page of a File application using a URL scheme. UIDocumentPickerViewController
or UIDocumentBrowserViewController
does not help in this situation.
source
share