Apologies if this has been answered but my search foo is failing me. I'm building a multi platform app that will be released under iOS, Android and Windows Phone, the core network service code will be reused on mac and Windows desktop too. Nature of the app is that I need to store some per user config! preferences (username, password, hostname etc) and am looking for the most cross platform config file format and storage methods.
Normally I use nini to read / write ini file formats on the desktop, but don't think that will work on mobile, is there a better universal format, XML, plain text, or should I look at sqllite with a simple table?, seems over kill?
What are others doing?
Tia