Open iOS 11 Files app via URL Scheme or some other way

大兔子大兔子 提交于 2019-12-07 00:52:06

问题


My app is now sharing Documents directory on iOS 11 Files app "On My iPhone" section.

(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.


回答1:


The Files app can be opened with the URL scheme shareddocuments://.

I don’t know if there’s a way to open a specific directory however.



来源:https://stackoverflow.com/questions/46499842/open-ios-11-files-app-via-url-scheme-or-some-other-way

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!