Iphone Resolution on Ipad

We have an application that was rejected by Apple users to review applications. The reason for the failure is that the application does not scale properly when launched on the iPad.

The app was never intended to run on an iPad, but there seems to be no point arguing with them about this.

Apple sent us a couple of screenshots that show that our application runs on the iPad, the upper part of which is disabled. Note how the application starts in a certain mode, where it looks like an Iphone application and does not fill the entire display area. When we open the application on the iPad, it fills the screen and does it without any cropped edges.

Can someone tell me how to run an application on an iPad like Apple guys have - the size of an iPhone? We believe that we have a fix, but we need to reproduce the error, and then check whether the problem is fixed.

(logos in images are intentionally blurred)

Image from AppleHow we see it

+3
source share
3 answers

I just went through it myself, and here is how I decided it:

  • Go to info.plist and see if any of the supported interface orientations for the iPad are configured. Despite choosing only the iPhone, I had four orientations oriented to the iPad (portrait, portrait upside down, landscape on the left, landscape on the right). I deleted them.

  • info.plist. , , . , VC .

  • Target → General → App Icons Launch Images

enter image description here

, iPhone iPad (iPad2, iPad Air).

Apple , iPad, iPhone, iPhone Only Universal iPad .

+4

Apple, , , . "2X" . XCode - iPad Retina Simulator. , 1X 2X. "2X", , Apple.

iPad? iOS 8 - , , , Apple. , , iOS 7 , , . : iPhone 6 6 Plus?

+2

iPhone iPad, :

  • iPad ( )
  • Xcode ( ) iPhone
  • iPad, .
  • iPad.

While the target device family is set up on the iPhone, the iPad will show your application in this mode.

0
source

All Articles