Top "Watchconnectivity" questions

The WatchConnectivity framework provides a two-way channel for an iOS app to talk to its counterpart WatchKit app and vice-versa.

Type 'UIViewController' does not conform to protocol 'WCSessionDelegate'

Since upgrading on Xcode 8 (Beta 1) and Swift 3 I have an error in this line: class CloudViewController: UIViewController, WCSessionDelegate { It says : …

ios swift watchkit watchconnectivity watchos-3