iPhoneX support

We have developed an app that only supports iPhoneX, is there a way for users to download and install only on iPhoneX?

Replies

What does your app do/require that is unique to iPhone X?


Devs are expected to support various iOS versions and are only able to restrict hardware support based on device capabilities:

https://developer.apple.com/library/content/documentation/DeviceInformation/Reference/iOSDeviceCompatibility/DeviceCompatibilityMatrix/DeviceCompatibilityMatrix.html -