How to release an iOS app that depends on having specific data in HealthKit?

I am developing an iOS app that utilizes the timeInDaylight data from HealthKit. This feature is available starting from iOS 17.0+, but it can only be recorded using the Apple Watch SE (2nd generation) and Apple Watch Series 6 or later.

How should I release this app given its dependency on timeInDaylight data? Without this data, the app is useless.

I understand that the App Store does not allow setting specific health data requirements. I am also concerned that including a "device requirements" warning in the App Store description might not pass the review process.

Could you provide any advice on how to approach this situation?

Thank you.

How to release an iOS app that depends on having specific data in HealthKit?
 
 
Q