ios - read a file from iPhone local storage -


edit: want create app can following:
- user put file in iphone
- user open app , set path of file
- user send app via network using app.

the problem: how can access file in iphone local storage? there other solution other using local storage?

there no way access file system in ios through application unless put file in application resources or other app provides public api access files photos app, contacts etc.


Comments

Popular posts from this blog

java - Callback from new thread to class from which thread was initiated -

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -