简体   繁体   English

从iPhone本地存储读取文件

[英]read a file from iPhone local storage

EDIT: what I want is to create an app that can do the following: 编辑:我想要创建一个可以执行以下操作的应用程序:
- the user put a file in the iPhone -用户将文件放在iPhone中
- the user open my app and set the path of the file -用户打开我的应用并设置文件的路径
- the user send the app via network using my app. -用户使用我的应用程序通过网络发送应用程序。

The problem: How can I access the file in the iPhone local storage? 问题:如何访问iPhone本地存储中的文件? Is there any other solution other than using local storage? 除了使用本地存储,还有其他解决方案吗?

没有办法通过应用程序访问iOS上的文件系统,除非你把一个文件在您的应用程序资源或任何其他应用程序提供公共的API来访问像照片应用程序,联系人等。它的文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM