Has anyone actually managed to read the free-text note/context from Apple Health State of Mind entries?
I’m building an iOS app that reads HKStateOfMind data from HealthKit. I can get the expected stuff fine:
valence labels associations But in the Health app, users can also add extra context text to a mood entry, like:
Tasks, Weather - Great work-life balance
From my app, I can read Tasks and Weather, but I can’t find the Great work-life balance part anywhere.
I already checked:
public HKStateOfMind properties metadata debug description / object description attachment-ish routes Nothing so far.
So before I spend more time chasing this: is that text just not exposed to third-party apps? Or is there some weird HealthKit path I’m missing?
If anyone has actually pulled this off, I’d love to know how.