5

My iOS app has a minimum target of iOS 8, is Universal, and uses a Launch Screen XIB.

Is there a way to disable support for iPad Pro, so that it runs the standard iPad resolution up-scaled?

Ric Santos
  • 15,419
  • 6
  • 50
  • 75
  • Creating the launch screen causes the iPadPro to operate in native iPadPro (full) resolution mode. Deleting it should enable upscale mode. My understanding is that if you create a launch image (rather than a launch screen) for the iPadPro you will also enter full resolution mode. I'm not sure you can release an app that does not support native iPadPro resolution (by not creating a launch screen or an image). – PeterPurple Jan 21 '16 at 22:13

1 Answers1

1

Change the project to use Launch Images (asset catalog) instead of a Launch Screen (storyboard).

Ric Santos
  • 15,419
  • 6
  • 50
  • 75