What's new

How to access permanent storage of an iphone

jessica1990

New Member
Joined
Dec 31, 2011
Messages
4
Reaction score
0
I am working on iphone and I am absolutely new to iphone development.I am actually working on a requirement where i have to access the permanent storage of an iphone.I dont know which APIs I should use and how to go about it.

I have tried to search on the NET extensively.But could not find much.I came accross something called persistent storage .Is this the same as permanent storage? Isn't there a direct API which could be used to fetch data from the permanent storage??

Any help in this matter would be highly appreciated...

thx
 
Last edited by a moderator:
Your question unfortunately is incomplete. Permanent storage of what? iOS is a segmented operating system. IE each app has its own persistent storage area that no other apps can access. There is also communal storage but that is mainly for photos and music.

So what part of "storage", IE which data, are you trying to access directly?
 
Top