有没有办法从 App Store 中排除需要计步器的应用程序?

Is there a way to exclude an app that requires pedometer from the App Store?

我正在开发一款需要计步的应用。 有几种设备不支持此功能(例如在我的 iPad mini 2 中,CMPedometer.isStepCountingAvailable() returns false)。

由于该应用严重依赖于计步器,我想让不受支持的设备无法下载它。

我希望在 UIRequiredDeviceCapabilitiesdocumentation 中找到与计步器相关的条目,但有 none.

这有可能吗?

不行,不能在CMPedometer.isStepCountingAvailable()的基础上让一个应用无法下载。首选方法是在下载后向用户显示一条通知,告知他们的设备不支持所需的功能。