Xcode – How to get WCSession to continue streaming data after WatchKit app falls asleep?
We are working on a WatchKit app that streams heart rate data to a companion iOS app. This works very well with WCSession, however, when the WatchKit app sleeps, the data does not continue to stream. The only way to…