如何将文件拖放到应用程序沙箱中的设备上进行测试?
我想将一些文件放入设备上应用程序的沙箱中进行测试。使用 iTunes 尝试查找沙箱并没有帮助。
如何浏览到 /var/mobile/Applications/{My App UUID}/Documents
以便放置一些文件进行测试?
I want to drop some files in my application's sandbox on the device for testing. Using iTunes to try to find the sandbox has not helped.
How do I browse to /var/mobile/Applications/{My App UUID}/Documents
so I can drop some files for testing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在模拟器上,您将在以下位置找到应用程序的文档目录:
您可以通过以下行以编程方式访问该文件夹:
如果您需要将文件拖放到物理设备上,您可以使用 DiskAid
On the simulator you will find the document directory for your application in:
And programmatically you can access that folder with these lines:
If you need to drop the files on the phisical device, you can use DiskAid