Questions tagged [healthkit]

HealthKit is a framework for iOS and watchOS that allows health and fitness services to share their data with the new Health app and with each other.

HealthKit allows apps that provide health and fitness services to share their data with the new Health app and with each other. A user’s health information is stored in a centralized and secure location and the user decides which data should be shared with your app.

HealthKit also works directly with health and fitness devices. In iOS 8.0, the system can automatically save data from compatible Bluetooth LE heart rate monitors directly into the HealthKit store. The system can also automatically import step count data from the M7 motion coprocessor, if available. Other devices and data sources must have a companion app that can access the data and save it to HealthKit for them.

Quick Reference:

1188 questions
-3
votes
1 answer

How to get sleep data without healthkit in iOS 10

I wants to get accurate sleep data into my iOS app without using health kit. Please provide suggestions. https://apple.news/As1Ja5ZpOSzOt--RV8NkIWQ
Hemant Solanki
  • 894
  • 10
  • 24
-3
votes
1 answer

Is Health kit framework support in iPad Only app?

I have an iPad App and i want to access Health kit store data. is it possible in iPad application?
rohit Sidpara
  • 547
  • 2
  • 14
-4
votes
1 answer

HKWorkoutSessionManager protocol methods not getting called

I have conformed to my WorkoutSessionManagerDelegate and have attempted to update the UI using those protocol methods but nothing in the update function is getting printed or displayed. My setup requires initialization using context and I need to…
Edison
  • 11,881
  • 5
  • 42
  • 50
1 2 3
79
80