My app mirrors some information on a watch, then plays audio based on the information from the iPhone, I know how to detect when watch disconnects from the phone using WCSession.default.isReachable but how do I do the same on the watch to stop the audio playing? The same line of code compiles in WatchKit but doesn't actually seem to do anything.
Any suggestions please?
Andrew