I wonder if developer has some sort of ways to be able to view file system on iOS device like iFile but without jailbreak the device?
Need it for devlopement purpose.
EDIT
Thanks for your answers! I know there is a place inside app folder and can be read and write to.
But I was looking for a way to view the data quickly without coding, like iFile. So I can check if my write functions suceed or not.
One can view files in an iOS device but only in that your App’s sandbox. Every App has got a
Documents,Cacheandtempfolders. I think the first two are automatically backed up by iTunes when you connect your device, the latter is not backed up.Example, to get Cache directory path –
To see all files in
cachesdirectory –