Share Realm Data with WatchOS
In my project I want to use one Realm Database with my iOS 10 application and my watchOs 3 application at the same time. So what I did was adding the frameworks to the embedded binaries for the three different targets. This happened to work very well but the watchKit extension doesn't seem to recognize the objects that I created within the iOS environment. How is it possible to have a shared Realm Database between those two devices? TiM Update: Okay, thanks to chrisamanse 's heads-up, I did some more research on this. It turns out that App Groups are no longer possible on watchOS 2. Watch apps