I’ve send my first application (iOS app for iPhone) 6 days ago and it’s still waiting foe review . I recognize that in info.plist file there is no supported interface orientations selected . I forgot select one of them . Is it an rejection reason ? Additionally , technically the app is using only portrait UIO , but I have implemented orientations manually (like some words are turning right 90 degree or left) with using UIDeviceOrientation , will it be a probl
Share
I very highly doubt that your app would be rejected for something so trivial. Selecting supported orientations is just additional metadata and doesn’t affect the function of your app. See this post for more:
Xcode 4 Supported Device Orientations
Having said that, Apple can do whatever they want. If it bothers you that much, you can always reject your own binary and resubmit it with the changes. That will probably put you at the back of the line for review, which won’t matter much if you recently submitted it anyway.