I'll ask this in one of the WWDC sessions as well, but I'm wondering if there is already any docs (I haven't seen any) for apps that use a Core Data database - complex - one on the iPhone? I don't want to copy the file back and forth between the watch and iPhone. Some people have up to a 200MB database (though usually its 5-10MB).
I'm thinking I'll have to use CloudKit for this purpose, or some kind of iCloud sync, but before I go that route I want to see what others think. And yes, my thought was to only put in a subset of the data necessary for the watch app.