Notification of changes to the iPhone's /Documents directory

前端 未结 3 490
忘掉有多难
忘掉有多难 2020-11-28 05:38

We have an app that uses file sharing. UIFileSharingEnable is set etc. and it all seems to work fine, but I\'m looking for some sort of notification of when files have been

3条回答
  •  庸人自扰
    2020-11-28 06:19

    Old question, but I came across this Apple code that includes a directory monitor. Note that it triggers the moment a file is added (or removed); this could be before the OS has completed writing to the file.

提交回复
热议问题