Is iOS developer able to view file system?

后端 未结 9 1021
面向向阳花
面向向阳花 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条回答
  •  梦毁少年i
    2020-12-28 11:15

    When your iOS device is connected to your computer and correctly provisioned for development, you can use Xcode 4 to download files for your own projects, and not only the files in the Documents directory.

    Refer to this other answer: How to download app data in Xcode 4.2

提交回复
热议问题