I know that we can transfer any files to iOS by bundling data as app resources and let Xcode handle the deployment, which can be automated.
However, is it possible to transfer saved data back from iOS device to a desktop machine without human intervention?
I'm asking mainly for an automated test scenario. We build a test app which includes some input data in the app bundle, deploy and run some tests on the device, and finally save results and transfer the results back to a Mac. Also, the tests are all written in Lua, the app is just a runner.
Is my goal achievable at all?