Is there a way to set up a synced realm on watchOS?
In order to do this, I believe you need a SyncUser object. I am currently trying to pass this object to the watch from the phone through watchConnectivity
, but am not able to due to SyncUser not complying to NSCoding
.
Thanks