What heathkit data do I have to write to contribute to the green exercise ring of the activity app?
NickName:Gerd Castan Ask DateTime:2015-09-29T08:20:59

What heathkit data do I have to write to contribute to the green exercise ring of the activity app?

What data does an app have to write to the health store so that the data is counted to the green exercise ring of the activity app?

Is there a a threshold and how do I figure out that threshold?

So for example active burned calories / second > threshold for at least n seconds would be my guess, but I don't find the information.

Edit iOS 9.3/watchOS 2.2 adds functionality for the exercise ring but not writing

Copyright Notice:Content Author:「Gerd Castan」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/32833765/what-heathkit-data-do-i-have-to-write-to-contribute-to-the-green-exercise-ring-o

More about “What heathkit data do I have to write to contribute to the green exercise ring of the activity app?” related questions

What heathkit data do I have to write to contribute to the green exercise ring of the activity app?

What data does an app have to write to the health store so that the data is counted to the green exercise ring of the activity app? Is there a a threshold and how do I figure out that threshold? ...

Show Detail

Apple Watch Exercise Minute ring being updated from workout start-end time not from the Duration

We have a Fitness app and we are writing fitness data to the Healthkit like Steps, Walking Running distance, and Active energy. and it is working as expected in the Health App We also writing Workout

Show Detail

prevent WorkoutSession to update Activity ring

I'm developing an apple watch application (WatchOs4). I'm interested to monitor heart rate, so I'm using a WorkoutSession to get continuous data updates. The problem is : when I start a workout ses...

Show Detail

Duplicate entries of data in the Health app

We integrate Healthkit in our Fitness app and asked permission to write data for Active energy, Steps and Walking plus running distance. Whatever data collected from our Fitness device, we process...

Show Detail

How to add a contribution in activity move ring in apple watch using third party app

We have an app with a feature like a get real-time workout data via Bluetooth—including strides, distance, calories burned, active time, and more. We have also integrated the Health app so we are ...

Show Detail

watchOS Health Kit - Opting out of Activity ring contribution

Is it possible to run an HKWorkoutSession on Apple Watch, but not let that count towards any of the activity rings? This makes particlar sense for the 'MindAndBody' workout activity type which cou...

Show Detail

How to draw a ring with green color walking thru the ring in 3 senconds in A-Frame?

I am a new to AFRAME, I expect there will be a ring(or the cursor) being colored with green little by little when the cursor moves on someone entity, this action will notify how long time remaining...

Show Detail

clojure/lein/ring: I have two ring handlers doing different things, how do I wrap this into a servlet?

I have a clojure/ring project that has two distinct app/handlers running on different ports (one for an api and one for a web frontend). They share a lot of code, but each has its own namespace wh...

Show Detail

How do I contribute to npm development

I want to contribute to the npm project in github. Particularly I am trying to pick the Issues and solve them. However, I could not locate resources which guide in setting up development environm...

Show Detail

what to write in manifest-file when calling an activity in another app with result?

wenn I call an activity which sends a result in the same app, I write in the manifest-file: <activity android:name=".UnterActivity /> and the intent I define with: val unte...

Show Detail