WCSession Failing to Activate
问题 I am having a problem with the WatchKit Connectivity Session failing to activate when I call the session.activateSession() method. This is the code I am using to set up the session. if (WCSession.isSupported()) { session = WCSession.defaultSession() session.delegate = self // conforms to WCSessionDelegate session.activateSession() print("Session has been activated") } However, I have placed a breakpoint on the print line and when I inspect the session object, it says the sessionActivated