We currently use the HKCategoryValueMenstrualFlow enum to determine the type of menstrual flow: light, medium, etc. a user is having. We also use this enum in determining if it's an actual period day.
The Problem I see HKCategoryValueMenstrualFlow was recently deprecated but has not been replaced by another data type.
- Are there plans to replace/update it with another data type?
- When or at what point in the future will this deprecation cause a problem in my code?
HKCategoryValueMenstrualFlow
is renamed as HKCategoryValueVaginalBleeding, which is available on iOS 18.0+ and friends.
Best,
——
Ziqiao Chen
Worldwide Developer Relations.