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
All files created by your application will be limited to the app sandbox (e.g. /var/stash/Applications/AppName. When you look for the file, settings.xml, you can get the filePath name using the code example from above.
Storing the file outside your sandbox would not be recommended.