5
votes

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?

1
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

1 Answers

1
votes

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