I'm testing my app on a jailbroken iPhone. In my code I use [NSUserDefaults standardUserDefaults]
.
I'm putting my app on the phone via SSH, and so it doesn't generate a folder in /var/mobile/Applications
. If the app were there, any use of NSUserDefaults
would create a .plist inside of a "Documents" folder. Since my app doesn't generate this folder, I cannot find the .plist.
Where is the Documents folder of a jailbroken app, uploaded over SSH (in a .app, NOT .ipa)?