Post

Replies

Boosts

Views

Activity

Reply to watchOS 26 Control Widget AppEnum not Localized
@DTS Engineer Thank you for your reply. What I mean is that if I only add SharedTypes.swift to the widget target and remove it from the watchOS target, AppEnum will correctly display internationalized text. However, I cannot use this workaround because while the project would compile normally, clicking the control widget would fail to navigate correctly to the watchOS app since the main target lacks the corresponding code. Additionally, the iPhone Watch App functions correctly. When configuring watch faces in the Watch App, AppEnum displays internationalized text properly. This issue only occurs on the Apple Watch physic devices.
Nov ’25
Reply to WatchOS HealthKit HKObserverQuery crashes in background
I have the same problem, I am monitoring HRV data using HKOberserQuery + enableBackgroundDelivery with HKUpdateFrequency.hourly . in HKOberserQuery i only gets the latest one HRV sample. I make sure HKObserverQueryCompletionHandler is called correctly, but I see a lot of CSLHandleBackgroundHealthKitQueryAction crash log on the watch logs, and I'm seeing the same logs on other apps too!
Apr ’25
Reply to HKObserverQuery not working in background
@DTS Engineer Hi, I'm having an issue with HealthKit background delivery on watchOS 11.3.1, I'm using HKObserverQuery and I'm experiencing CSLHandleBackgroundHealthKitQueryAction watchdog transgression crash. I confirm that I have called HKObserverQueryCompletionHandler correctly and in time. Is there any special requirement for the code to call HKObserverQueryCompletionHandler? For example, does it have to be in the main thread?
Mar ’25