shu223 / watchOS-2-Sampler

Code examples for new features of watchOS 2.
MIT License
1.08k stars 140 forks source link

CMGyroscope and CMDeviceMotion #19

Closed DigNeurosurgeon closed 8 years ago

DigNeurosurgeon commented 8 years ago

Thanks a lot for this repo. Actually this was for me the best answer that CMDeviceMotion is unavailable on watchOS2 yet despite it being mentioned in the official documentation as available. Maybe later on new hardware or a future software upgrade.

Thumbs up!

shu223 commented 8 years ago

Thanks for your comment. Yes, it is unavailable on current Apple Watch devices, but as an API, it is available and works correctly (returns correctly false for deviceMotionAvailable because the device doesn't support), so the official documentation is also correct, in my opinion. I hope the future Apple Watch or watchOS support those, too.