Re: Core Data sync between iOS and Mac apps

2015-05-12 Thread Kyle Sluder
On Tue, May 12, 2015, at 10:35 AM, Jens Alfke wrote: > You can still handle conflicts using Dropbox, it’s just trickier. You’ll > need to detect the renamed version of the file that Dropbox creates — > something like “MyAppData (Jens Alfke's conflicted copy 2015-05-09).db” — > then open both files

Re: Core Data sync between iOS and Mac apps

2015-05-12 Thread Jens Alfke
> On May 12, 2015, at 6:00 AM, davel...@mac.com wrote: > > I’m not sure I understand your concerns about Dropbox. The app is single user > so when the iOS enters the background, I can upload the data (if there’s a > network connection at the moment) for modified files to Dropbox. A single-user

Re: Core Data sync between iOS and Mac apps

2015-05-12 Thread davelist
are in the cloud. > > > > These guides are a good starting point: > > Document Based App Programming Guide for Mac > > Document Based App Programming Guide for iOS > > iCloud Design Guide > > iCloud Programming Guide For Core Data > > > > Thanks, >

Re: Core Data sync between iOS and Mac apps

2015-05-10 Thread Jens Alfke
> On May 10, 2015, at 6:16 AM, davel...@mac.com wrote: > > Also thanks to Jens Alfke for his reply about Couchbase Lite > (http://www.couchbase.com/nosql-databases/couchbase-mobile). I may look into > it but after skimming the site, I couldn't tell exactly what I would need > (i.e., would I ne

Re: Core Data sync between iOS and Mac apps

2015-05-10 Thread Alex Kac
ng Guide for iOS > > iCloud Design Guide > > iCloud Programming Guide For Core Data > > > > Thanks, > > Mike Swan > > ETCP Certified Entertainment Electrician > > 347-451-5418 > > theMikeSwan.com > > > >> On May 5, 2015, at 8:54 PM

Re: Core Data sync between iOS and Mac apps

2015-05-10 Thread davelist
gramming Guide for iOS > iCloud Design Guide > iCloud Programming Guide For Core Data > > Thanks, > Mike Swan > ETCP Certified Entertainment Electrician > 347-451-5418 > theMikeSwan.com > >> On May 5, 2015, at 8:54 PM, cocoa-dev-requ...@lists.apple.com wrote: >&

Re: Core Data sync between iOS and Mac apps

2015-05-07 Thread Sean McBride
On Thu, 7 May 2015 10:57:05 -0400, Michael Swan said: >On OS X NSPersistentDocument can only make flat files, not packages like >UIManagedDocument (I've filed a bug about there being no counterpart to >UIManagedDocument for OS X, been open for over a year now…). Only a year? Mine's been open for

Re: Core Data sync between iOS and Mac apps

2015-05-07 Thread Michael Swan
t; > Message: 3 > Date: Tue, 05 May 2015 17:31:23 -0400 > From: davel...@mac.com > To: CocoaDev > Subject: Core Data sync between iOS and Mac apps > Message-ID: <7feb2ad4-ecec-4562-ae17-1cc1e1b73...@mac.com> > Content-Type: text/plain; charset=us-ascii > > >

Re: Core Data sync between iOS and Mac apps

2015-05-05 Thread Jens Alfke
> On May 5, 2015, at 2:31 PM, davel...@mac.com wrote: > > I'm looking into options for building an iOS and Mac app that can sync/share > Core Data between them. I'm well aware of the issues with Core Data iCloud > syncing in iOS 5 and 6 and that it is supposedly better so I'm willing to try >

Core Data sync between iOS and Mac apps

2015-05-05 Thread davelist
I'm looking into options for building an iOS and Mac app that can sync/share Core Data between them. I'm well aware of the issues with Core Data iCloud syncing in iOS 5 and 6 and that it is supposedly better so I'm willing to try it. The apps can have deployment targets of iOS 8 and greater and