Our app only supports Landscape mode and need to support iOS5.1 & 6.0 & 7.0. Bynow, we've set the rootviewcontroller and BaseSdk : 7.0 DeploymentTarget : 5.1
Our App is working fine in iOS 5 and ios 6. But in iOS7, when the alertview is present and the user rotating to portrait, alertview also rotating to potrait, which not happens on iOS5 & 6. And also once alertview went to portrait, it doesn't rotate to landscape.
Note: My ViewController's orientation is fine. It is always only supports Landscape.