Update:
Well, thanks to the chrisamanse heads-up, I did some more research on this.
, watchOS 2. , ; - .
, , Realm , , WatchConnectivity.
:
iOS ( Today, watchOS) . . Realm (.. "" ), watchOS .
, " " iOS, , iOS, watchOS, Realm, .
, App Groups , , Realm .
let sharedContainerURL = NSFileManager.defaultManager().containerURLForSecurityApplicationGroupIdentifier("group.my.appgroups.bundleid")!
let realmURL = sharedContainerURL.appendingPathComponent("SharedRealm.realm")
let realmConfiguration = Realm.Configuration()
realmConfiguration.fileURL = realmURL
let realm = try! Realm(configuration: realmConfiguration)
- Realm, , , API Swift .