0

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!

ainovela
  • 51
  • 4

1 Answers1

0
  1. NSURL Session on Apple Watch would be another choice
  2. However I think WatchConnectivity should sufficiently support your use case. Could you please elaborate on in what cases WatchConnectivity fails for you?
zaolian
  • 1,187
  • 3
  • 11
  • 21
  • 1
    Thanks for your comment! Finally, I solved myself this issue. The problem was the payload, too long. Thanks again!! – ainovela Feb 08 '17 at 08:07
  • @ainovela hi, how you solve this issue, sorry I didn't get you well from your previous comment, thanks – Rawan Apr 25 '17 at 10:54