ispiro
ispiro

Reputation: 27633

Save computer-accessible file from iPhone

I would like to let a user save a file from my iOS app (Xamarin.Forms) to a computer. Since this seems impossible directly, I'd like to let him save the file on the device, so that he can then connect the device to a computer and copy it. But this seems a problem as well (except for images and videos). I tried checking iCloud, but that looks extremely complicated (and overkill).

So, is there some simple way to do this anyway? If not, is there some simple workaround? (I don't have experience with this; please don't discount any obvious solutions.)

Upvotes: 0

Views: 46

Answers (1)

rckoenes
rckoenes

Reputation: 69459

iOS offers iTunes file sharing, How to enable file sharing for my app?

This will show all your files in your apps document directory in iTunes. Allowing a user to add and retrieve files from your app.

Upvotes: 1

Related Questions