I've been asked to make a small quiz/survey application for a conference. The application will be loaded onto 30 to 50 iPhones, which will be distributed throughout the venue for the duration of the conference. The application will log all of the data collected by the quiz. I need to figure out a simple and fail-safe way to collect all of this data at the end of the conference.
Does anybody have any ideas about how I should:
- log the data on the device
- collect the data logs from all of the devices
- introduce some kind of redundancy to prevent data loss if the app crashes etc.
Any suggestions would be greatly appreciated.