I’m writing a simple iOS App to manage Email address, maybe like Contacts. I don’t know what is the best way to organize data in iOS and don’t know which database that iOS and Xcode support. I just know that iOS supports XML & SQLite, are there other databases supported?
Which is the best database (XML, SQLite,…) for this app?
If you are going to add only email and contacts then my suggestion is you just use plist.
http://developer.apple.com/technologies/ios/data-management.html