I tried send it by fileTransfer method:
let modelURL = NSBundle.mainBundle().URLForResource("my_app", withExtension: "momd")!
WCSession.defaultSession().transferFile(modelURL, metadata:nil)
but I get error:
Optional(Error Domain=WCErrorDomain Code=7008 "Invalid parameter passed to WatchConnectivity API." UserInfo={NSLocalizedDescription=Invalid parameter passed to WatchConnectivity API., NSLocalizedRecoverySuggestion=Only pass parameters of correct type.})
Do you have any idea how to sync CoreData between iPhone and WatchOS2?