Import multiple files in app via iOS11 files app

断了今生、忘了曾经 提交于 2019-12-03 05:31:27

The files that are being imported by the application are actually copied into a directory called “Inbox” within the apps Documents directory. Do you see multiple files there after importing these? I think it's possible the delegate method is only called once but if you correctly keep track of existing/new files in the Documents Inbox Directory you can correctly import multiple files :)

EDIT: These days the folder is not called 'Inbox' but the name of the folder seems to be the BundleID of your App.

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