In a C# application I always used an app.config file to save some data for my application to load when needed (e.g Connection String).
app.config
Wha
I use property lists for storing small pieces of data - have a look here on how to use them:
http://iphoneincubator.com/blog/tag/nspropertylistserialization