Hello,
Didn't found any answer yet, so trying here. I'm building an WarchOS (iOS soon) app that requires an Absolute Altitude data from the CMAltimeter.
I can check the presence of it at runtime with isAbsoluteAltitudeAvailable(), but I don't want the users to be frustrated being not able to run the app once installed.
I looked about UIRequiredDeviceCapabilities (The device-related features that your app requires to run), but didn't found a way to require this "always on" altimeter feature.
Another possibility would be to restrict the installation to the most recent devices like Apple Watch 6 or Apple Watch SE, 7, 8, and Ultra. Same for the iPhones, only allow the few most recent models.
Any ideas how to filter that. Greetings!