用于获取健康属性的 watchkit 或 healthkit

watchkit or healthkit for getting health attributes

如我所见,Apple Watch 有不同的传感器:用于心率、温度等。所以我试图寻找某种方法将这些数据从传感器获取到 iPhone。但是 WatchKit 只有 UI 一团糟,而 HealthKit 中有些东西我不明白。那么问题来了:我们能否访问这些传感器来接收健康数据、移动速度或类似的数据?

不,WatchKit 目前不允许访问 Apple Watch 上的硬件传感器。

来源:https://devforums.apple.com/thread/254540?tstart=15

当您请求父应用程序获取 HealthKit 数据时,如果 iPhone 正在锁定并设置密码,您将收到错误消息:"Protected health data is inaccessible"。所以,我觉得一个健康数据相关的watch app是不可能成功提交到App Store的。

更新:现在可以使用 WatchOS 2: https://developer.apple.com/watchos/

示例代码:https://github.com/coolioxlr/watchOS-2-heartrate