Open the iOS 11 Files app through a URL scheme or some other way

My application now shares the directory Documentsin 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. UIDocumentPickerViewControlleror UIDocumentBrowserViewControllerdoes not help in this situation.

+4
source share

Source: https://habr.com/ru/post/1686677/


All Articles