问题描述
是否可以使用Apple的WatchKit和具有用于心跳/速率数据访问/原始数据访问的API来开发第三方应用程序?
Is it possible to develop third party apps using Apple's WatchKit with an API for heart beat/rate data access/raw data access?
WatchKit SDK是否现在可供开发人员公开使用?
Is the WatchKit SDK publicly available for developers now?
推荐答案
心率原始数据信息在Watchkit for watchOS 2.0
中现在可用.
Heart Rate Raw Data information is now available in Watchkit for watchOS 2.0
.
WatchOS 2
包括对其他现有框架(例如HealthKit
)的许多增强,从而可以访问可以实时访问心率和健康信息的健康传感器.
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.
您可以在以下会话中查看此信息,该会话总共需要30分钟.如果您不想观看整个会话,则可以直接跳至25-28分钟之间的Healthkit API
功能:
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:
WWDC 2015中watchOS 2.0会话的WatchKit
这是源代码实现链接
这篇关于是否可以通过WatchKit向开发人员提供心率原始数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!