Re: Sharing a file between Mac and iOS
Re: Sharing a file between Mac and iOS
- Subject: Re: Sharing a file between Mac and iOS
- From: Jens Alfke <email@hidden>
- Date: Thu, 19 Jul 2012 11:32:56 -0700
On Jul 19, 2012, at 8:22 AM, Dennis <email@hidden> wrote:
> But I am stumped as to how I might be able to more or less seamlessly handle syncing the file between the Mac and the iOS device. Unfortunately iCloud is not an option for me, and iTunes file sharing seems to be far from seamless.
If by 'syncing' you mean 'copying', there's always the document access UI in iTunes for copying files in and out of your iOS app's Documents directory, although it's kind of awkward to use.
If you really mean 'syncing', then Dropbox is probably your best bet. Just be aware that its notion of syncing is pretty coarse-grained — it's going to update the entire file at once, and it won't resolve conflicts in the file. So if one database row gets changed on one device, and another one on another device, Dropbox is just going to go 'duh' and give you two copies of the file, one with each change. Also, of course, every time you make a change, the entire file will have to be uploaded (and downloaded on the other devices) so this doesn't scale well.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden