Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does App store rejects IPAD application not supporting multiple orientations

Tags:

ios

iphone

ipad

I have created an IPAD application which supports on Portrait orientation. Before uploading on App Store I wanted to sure about my app getting accepted or rejected. Will my application be rejected if it supports only portrait orientation?

like image 477
Nitish Avatar asked Jun 22 '12 04:06

Nitish


People also ask

Why would Apple reject an app?

According to Apple, the most common reason for rejection, accounting for 14%, was “more information needed”. This occurs when an app is submitted to the App Store for review and the developer does not provide enough information or materials for the app to be tested by the App Store review team.

Why do some apps not work in landscape mode?

Ensure that you have enabled Auto-rotate for your tablet. To do this, swipe down on the tablet to display the status bar and touch Auto Rotate.

Why are some apps only vertical on iPad?

it's most likely that the app(s) you see that stay in portrait mode are not configured/programmed to work with landscape.


2 Answers

You are not required to support both landscape and portrait orientations for an iPad app, although Apple recommends it.

According to Apple's Technical Q&A QA1689 on Supporting orientations for iPad apps:

Q: Which orientations should my iPad application support?

It is strongly recommended that your application support all orientations. This includes portrait, portrait upside-down, landscape left and landscape right.

If it is essential that your application run in only one orientation (for instance, portrait only), then you should:

  • Launch in your supported orientation, regardless of the current device orientation.
  • Avoid displaying any UI element that tells people to rotate the device.
  • Support both variants of an orientation.

Essentially, if you only support one orientation, make sure that your app specifies that it supports the upside-down version of that orientation as well.

like image 74
mopsled Avatar answered Oct 18 '22 23:10

mopsled


I've had multiple apps accepted which only support one orientation.

like image 38
matt3141 Avatar answered Oct 18 '22 23:10

matt3141