Was just wondering if anyone have built a watch app with Realm and if so, how you handle transferring data between the watch app and iOS app? Is there a good way to do this using Realm?
I know that the realm cloud sync doesn’t work since it requires a web socket connection. So I guess I need to transfer the data to the iOS app using the watch connectivity framework. Anyone found a good way to do this?