Search code examples
iosxcodeiphone-x

How to unsupport iPhone X?


When I used Xcode 8, my app does not support iPhone X. And when the app is used with iPhone X, black margins are shown on the top and bottom of the app screen.

But after updating Xcode to 9, my app was automatically support iPhone X and now the app is shown fullscreen without the black margins on iPhone X simulator.

I don't want to support iPhone X yet because almost no one uses iPhone X. But I can't find the way to disable iPhone X support on Xcode.

Does anyone know how to unsupport iPhone X?


Solution

  • As per apple document All new iOS apps and updates for iPhone, including universal apps, must support the Super Retina display of iPhone X.

    You can check Link for official document https://developer.apple.com/ios/submit/

    You can use Safe area layout guide to make your app compatible to iPhone x