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