Serverless Access to iOS App Data

An iPad app I'm developing for research stores usage data within the app's local Sqlite database. Can anybody suggest the best way to make the data available to researchers without reliance upon any server infrastructure?


In an earlier revision of the app, data was uploaded to remotely hosted servers, but to remove dependencies on any external service, the desire is to now collect data on the device only and periodically export the associated database to a Mac or PC. The actual method for transferring data is unimportant as long as servers aren't required.


Thank you,


CodeInc

Replies

Assuming you can bundle the data up, say via zip, you might want to look into using 'Share'...AirDrop, Messages, Mail, DropBox, iCloud - some of course involve servers, but when you say without, I figure you mean your own.