Im facing a weird problem in iOS 5. My app was build initially for iOS 6 but for client requirements, I need to add support to iOS 5. The app works in iOS >= 6 perfectly. This is an app developed in landscape, I mean, all the screens are in landscape. Ok, it compiles in iOS5 and I know the issues about the differences for the rotation stuff between ios5 and ios6 but I dont need rotation in this app, Ive faced with that in other apps, the problem is the simulator turn the screen to landscape, right, but instead of showing the app in landscape.....it shows the app in portrait, its like the screen is in landscape, the layout of the view is correct but its loaded in portrait.
Can anyone help me? Thank you very much in advance