Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我可以将 HKWorkout 和 HKQuantitySample 保存到 HealthKit,但需要能够更新这些记录。据我所知,如果我执行 HKSampleQuery,我将无法更新 HKQuantitySample 详细信息
谢谢你。
HealthKit 中的样本是不可变的。要修改之前保存的示例,您的应用应保存具有更新值的新示例并删除旧示例。