Sql – iPhone: Get data off

exportiphonesqlite

Newbie Q.

I am building an app that will store data in sqLite then will collect it at week's end when the staff comes into the office.

What options do I have to get the data off.

Perhaps a receiving REST Web service?

Is there an 'export to iTunes file system' or something like that other option?

Best Answer

Depends on the amount and type of information.

For a lot of data that needs to go to a central place, then a webservice is probably the easiest to use for machine processing.

For a lot of data that needs to go onto the users computer, then a client-server structure using Bonjour networking where they run a server on their computer may be best.

For simple data that is not going to be machine processed and instead is simply a report for humans to read, I like to use the Mail API to allow the user to email the results to themselves or anyone else.