On Jul 19, 2012, at 8:22 AM, Dennis <li...@dbandel.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to