Synchronizing Apple Watch and iPhone using Swift 3 and Realm
问题 I need to Display and modify my data structure from both Apple Watch and iPhone. The Database: I am currently using a simple Realm Structure where I have an Object A and an Object B which can hold lots of A's. So on iPhone the user can create a B and add A's and view of course all A's and B's. I want the Apple watch to show all A's of the current B and give the users the chance to add new A's to their current B. The way I have tried to do it: I wanted to move the hole Realm file from iPhone