Portrait or landscape on iPad when submitting apps? What is the requirement or can you use either?
As I answered here, it's not required that you use both, but highly recommended.
EDIT Just realized that you might be asking about the screenshots, whether they should be portrait or landscape. As far as I know, they could be either. I've submitted iPad apps that have both portrait and landscape screenshots.
Related
The entire interface is rotating correctly for all possible screen orientations. But when UIAlertView is shown it's not rotated to upside down orientation.
Are you talking about an iPhone app or an iPad app? Since upside down orientation on an iPhone app will probably get you rejected from the App Store: Past question about rejection from the App Store due to orientation.
If this is an iPhone issue that you're referring to, and you shouldn't allow upside down orientation support, try removing it, as explained in the attached post, as see if it resolves your issue.
We are using TouchID for our iPad app, which supports both Portrait & Landscape orientation.
According to our understanding, the TouchID authentication dialog doesn't support Landscape orientation, which is still fine; however, upon turning the screen to landscape mode, the TouchID dialog remains in portrait mode, but the viewcontroller also fails to rotate to landscape! Besides, the statusbar rotates to landscape mode, giving an ugly look.
We have observed the similar behavior on iTunes too. Please advice if this is the standard behaviour or is there any other way to solve the issues.
I have same problem in my app. It seems that Touch ID dialogue prevents view controller under from getting information about device rotation. I tested it on App Store - tried to buy app. When dialogue appeared on dialogue rotate, App Store didn't react to device rotation.
Tested on iOS 10.2 (14C92)
I am looking to allow app rotation on an iPad, but would like to keep it disabled on the iPhone, as it is too narrow.
So far, I only see instructions on one device or the other, but not both.
Any ideas?
In Xcode 6 you have to edit Info.plist:
I am working on an iPad app and I want this app only in landscape mode. Please suggest me a suitable answer for this task.
set this in app target
this may help you
This question already has answers here:
Closed 11 years ago.
Possible Duplicates:
How do I lock the orientation to portrait mode in a iPhone Web Application?
Force orientation on iPad - javascript
I have created webpage which I want to show user in iPad only in landscape orientation. I mean when user rotate iPad verticly it should still show landscape
Is there any way to do it using JavaScript?
Thanks in advance.
This has been asked before: How do I lock the orientation to portrait mode in a iPhone Web Application?
Summary: You can't "lock" it, but you can specifically target it, but also get notified if the device is in Portrait mode and display a message to the user.