I've been asked at work to write a simple iPhone app that allows people to write ideas that go to a central depository, which then allows other people in the office to view.
So I'm just wondering what would be the best way to store such data, should I use a simple SQLite database? What Cocoa libraries are used to access/modify the database?
Also, does Apple allow apps to be rolled out to a private network as opposed to going through the App store?
Ideally, each person's login is just their normal Microsoft Outlook email address. Is there a Cocoa library for accessing Microsoft Exchange?
Thanks.