我们可以通过 WEB/REST API 访问 Apple Watch 跟踪数据吗?
Can we access Apple watch tracking data through a WEB/REST API?
我计划通过 WEB/REST API 在我的网络应用程序上访问用户的 Apple Watch 跟踪数据(步数、睡眠等)。
我在 Apple 网站上找不到与此相关的任何文档,有可能吗?(请在您的回答中提供参考)
HealthKit is where you would access Apple Watch sensor capabilities. Since health data is sensitive, you would have to look through the documentation linked below and see what's accessible. You'll also have to ask for user permission and provide a privacy policy when submitting to the App Store. As for your web app counterpart, you can use transport mechanisms like URLSession and perhaps CloudKit.
人类 API 看起来很有前途,但我还没有使用它 https://reference.humanapi.co/page/apple-health-data 不过看起来他们没有试用过。我已联系销售
我计划通过 WEB/REST API 在我的网络应用程序上访问用户的 Apple Watch 跟踪数据(步数、睡眠等)。
我在 Apple 网站上找不到与此相关的任何文档,有可能吗?(请在您的回答中提供参考)
HealthKit is where you would access Apple Watch sensor capabilities. Since health data is sensitive, you would have to look through the documentation linked below and see what's accessible. You'll also have to ask for user permission and provide a privacy policy when submitting to the App Store. As for your web app counterpart, you can use transport mechanisms like URLSession and perhaps CloudKit.
人类 API 看起来很有前途,但我还没有使用它 https://reference.humanapi.co/page/apple-health-data 不过看起来他们没有试用过。我已联系销售