Write simple data to iphone sandbox?

Posted by fuzzygoat on Stack Overflow See other posts from Stack Overflow or by fuzzygoat
Published on 2010-03-12T11:06:42Z Indexed on 2010/03/12 11:07 UTC
Read the original article Hit count: 322

Filed under:
|
|

I want to write a small bit of data from my app to the iphone so I can load it when the app next starts. I am going to write the data using NSCoding, but I don't know what I should be specifying as a path. I understand I would write the data to the application sandbox, just not sure how to specify that.

gary

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch