问题
Is it possible to develop third party apps using Apple's WatchKit with an API for heart beat/rate data access/raw data access?
Is the WatchKit SDK publicly available for developers now?
回答1:
Heart Rate Raw Data information is now available in Watchkit for watchOS 2.0
.
WatchOS 2
includes many enhancements to other existing frameworks such as HealthKit
, enabling access to the health sensors that access heart rate and health information in real-time.
You could check this information in the following session which is total 30 minutes presentation.If you do not want to watch entire session, then you directly jump to Healthkit API
features which is in between 25-28 min:
WatchKit for watchOS 2.0 Session in WWDC 2015
Here is the source code implementation link
回答2:
you can't access heart rate data in the raw - but watchkit is now at least available in limited form here - https://developer.apple.com/watchkit/
回答3:
Apple has not provided any information about what APIs will actually be available in the WatchKit when it becomes available. As of today, Apple says they will release the first release of WatchKit in November 2014 (Next Month). As long as you are a registered developer, you will get an email when WatchKit is available.
来源:https://stackoverflow.com/questions/25758077/is-heart-rate-raw-data-available-for-developers-via-watchkit