Facing one issue with launching application in landscape orientation for IPad. I have developed IPhone application which later I ported to IPad.
I have made settin
here's something I also discovered: setting the initial interface orientation in your info.plist is being ignored if you have Supported interface orientations set up with another orientation in the first slot! Put your initial orientation there as well - and the simulator will launch correctly, as will the app. this drove me nuts for a long time!