I have to submit an application to Mac App Store and got rejected from Apple by this reasons
Apps that do not comply with the Mac OS X File System documentation will be rejected
In guidelines suggest to write file the following directories
- ~/Library/Application Support/{app-identifier}
- ~/Library/{app-identifier}
- ~/Library/Caches/{app-identifier}
but my files is temporary,cache files, then It can be write my file into NSTemporaryDirectory()
and It will violate with guidelines ?