Top "Healthkit" questions

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 Swift getting today's steps

I am making a swift iOS app that integrates with a user's step count as reported by the Health app. …

ios swift healthkit
Why am I getting the error plugin_not_installed with the Ionic Framework plugin healthkit?

I have been using Ionic Framework for a while but I have recently come across this error plugin_not_installed …

angular cordova ionic-framework ionic3 healthkit
How to solve this error with healthkit?

I'm adding code for healthkit in my ios Swift app, but I'm getting an error... /* Ask for permission to access …

swift ios8 xcode6 healthkit
Healthkit background delivery when app is not running

Can HealthKit background delivery launch the application if is not running? Particularly in a terminated state?

ios swift background-process healthkit
How to read heart rate from iOS HealthKit app using Swift?

I'm using the following Swift code. let sampleType : HKSampleType = HKSampleType.quantityTypeForIdentifier(HKQuantityTypeIdentifierHeartRate) let nowDate: NSDate = NSDate() var calendar: NSCalendar = NSCalendar.…

ios swift healthkit hkhealthstore
iOS get heart rate from Apple Watch in near real time

I need to make an app that records heart rate data in near real time and send this data to …

ios swift watchkit watchos-2 healthkit
Query HealthKit data via REST API

Is it possible to get data from Healthkit the same way as you would query regular API (With user's consent) …

healthkit
How to Check if HealthKit has been authorized

I want to check if HeathKit has been authorized for me to read the user's data, if I'm authorized segue …

ios swift healthkit
Get total step count for every date in HealthKit

What's the best way to get a total step count for every day recorded in HealthKit. With HKSampleQuery's method initWithSampleType (…

objective-c healthkit hksamplequery
iOS 8.0.2 Library Not Loaded libswiftCore.dylib

I have an application that uses HealthKit and Swift in it, everything compiles and runs fine when I test it …

swift ios8 itunes healthkit