All interface orientations must be supported unless the app requires full screen

This warning is new for iOS 9 since it supports resizable apps with multi-window support. Previously, apps would be auto-scaled to new devices which had different hardware display resolutions to those in the launch image (which is basically how iOS detects the supported interface resolutions). Now, apps which support multi-window must define the resolutions they support by including a launch image or storyboard for all device screen types.

Unless you are re-writing your app to support multi-window, you will be requiring 'Full screen'. This is a hint to iOS that you do not support multi-window, and basically makes iOS 9 work like previous versions in this regard.

So, if you are submitting an app update for iOS 9, and you do not support multi-window, all you have to do is to go to your Project Target settings, select General, and under 'Deployment Info' look for the tick box called 'Requires Full Screen'. Tick this and the warnings will disappear.

  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

Related Articles

How to publish an iOS App (QA Neutrino)

In this article we are going to see how to publish an app on iTunes. We will give some tips and a...

Cómo publicar una app en Google Play Store

Para saber cómo subir y enviar una app a Google Play Store es bastante sencillo, os dejamos a...

Cómo Renovar los Certificados de Apple (iOS)

Como sabrás, la cuenta de desarrollador de Apple, hay que renovarla cada año, es decir pagar la...

Missing iOS Distribution signing identity for ... Xcode can request one for you.

ATENCIÓN: desde el día 14 de Febrero 2016 se ha caducado el certificado intermedio de Apple (WWDR...

Actualización a la versión 6.0 (actualización diseño Ionic)

Actualización a la versión 6.0 (actualización diseño Ionic)En el caso de tener una versión...