Apple watch standup detection

981 views Asked by At

I am now working on a app dealing with user's motion on the Apple watch. As shown on the Apple Watch, it recognize when you are sitting or standing. Is there any way to get access to it using API? Thanks

1

There are 1 answers

0
John On BEST ANSWER

Yes, you should be able to obtain the type of motion using CMMotionActivity, which is part of the Core Motion Framework (introduced in watchOS 2.0).