It's possible to get the CoreMotion
data from the Apple watch directly on the iPhone without using WatchConnectivity
?
The thing is that now, I'm getting Apple watch accelerometer on the WatchKit Extension
and transferring it to the iPhone via WatchConnectivity
, but I want to record this accelerometer directly from the iPhone because WatchConnectivity
fails in some cases.
Anyone knows how to do this? Thank you very much in any case!