问题标签 [hkobserverquery]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
396 浏览

ios - enableBackgroundDelivery Health-kit iOS15 无法正常工作

我正在研究健康包。在下面的代码正常工作的 iOS15 之前,我每小时都会得到生命体征,但在这个最新版本中,我每小时没有得到任何生命体征事件。

我在 iOS15 中面临一个问题,在每小时事件中没有收到任何事件。谁能帮我吗?根据苹果文档https://developer.apple.com/documentation/healthkit/hkhealthstore/1614175-enablebackgrounddelivery我已经在 XCode13 中启用了权限,但我仍然面临这个问题。

这是我的代码。(iOS15之前的工作代码)