Is iOS developer able to view file system?

后端 未结 9 1011
面向向阳花
面向向阳花 2020-12-28 10:59

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.

<
9条回答
  •  感情败类
    2020-12-28 11:31

    While the file system on the iDevice is sandboxed, the one in iPhone Simulator is not. You can run your app with the simulator and check the content via:

    ~/Library/Application Support/iPhone Simulator/5.0/Applications
    

    It should work for your needs.

提交回复
热议问题