I have a very simple iPad only app that I am trying to submit. It was rejected because I did not have my app set up to show landscape and landscapeupside down.
“Specifically, we noticed your app only supported the top-left variant of the landscape orientation, but not the top-right variant.”
The problem is that I am having issues getting it to build the way they want it even though I am sure this is a very simple fix. Here is my existing build.settings file. What exactly should it look like to get it to pass Apple’s standards? As I said, when I try what I think should be correct it fails to build or does something strange when testing it.
I know the code below says portrait, and it is supposed to. So in reality I guess I need to display in portrait and portrait upside down.
In case you can’t tell, I am a total noob at this…
[code]
settings =
{
orientation =
{
default = “portrait”,
},
iphone =
{
plist =
{
CFBundleIdentifier = “com.musicedmagic.carolsclarinet”,
CFBundleDisplayName = “Christmas Carols For Clarinet”,
},
},
}[/code] [import]uid: 96410 topic_id: 18061 reply_id: 318061[/import]
[import]uid: 89663 topic_id: 18061 reply_id: 69043[/import]