The WatchConnectivity framework provides a two-way channel for an iOS app to talk to its counterpart WatchKit app and vice-versa. Use this tag when asking for help with Apple's WatchConnectivity Framework.
The WatchConnectivity framework provides a two-way channel for an iOS app to talk to its counterpart WatchKit app and vice-versa. This framework provides classes that allow both components (the iOS app and the WatchKit) to share data with each other.
The WCSession
class, the heart of this framework, provides communication methods that can allow simple transfers like messages, to full-blown file transfers.