As far as I know (and read everywhere) an application\'s documents directory should be somewhere in /var/mobile/Library/
on the iPhone but if I\'m logging the g
I am suffering with this issue too... I haven't find out what is happening yet, so I've accepted to work at /var/mobile/Documents. However, I've had to create that directory manually in my device (via ssh or mobile terminal) and set its permissions to 666 [chmod -r 777 /var/mobile/Documents] to let my app save and load files there.
See you!