I have to save some config parameters with values in iPhone. I need to edit values at app runtime. I see there are two ways to implement this:
1. Use pList file
2. Create new XML file.
What is the best approach to implement this?
Should I use existing Info.pList file?
Thanks