exclude iphone x from supported devices

I have apps that are not optimized for iphone x resolution and for ads (safe areas).

So i would like to exclude iphone x from supported devices.

How can i do that?

If i don't upload screenshots for iphone x will iphone x be automatically excluded from downloading my apps?

Replies

Apps support iOS versions, first.


That means if your app supports iOS 11, it is expected to support iPhone X. You can't exclude devices outright...only by requiring certain capabilitiies and/or by not supporting their required OS.


>If i don't upload screenshots for iphone x


What makes you think you casually choose which screenshots are/aren't uploaded? If you use a certain Xcode and support certain iOSs, you can expect to face specific screenshot requirements.

If you build your app with Xcode 8 then it will run on iPhone X in the letterboxed compatibility mode. Of course you can't use any iOS 11 APIs, but I'm not sure if that is a problem for you.