Page 1 of 1

Critical DIfferent Orientations for App in IOS-Apple Beta than in Production

Posted: Fri Jan 30, 2015 6:45 pm
by Bruce Stuart

I've created an App, delivered it to the Apple Store, run it through beta, and then delivered it to production.

In the beta process - the app viewed fine - and was in portrait mode as expected. However, when I delivered the app to the production store - had it approved - and it was delivered - the App renders itself in Landscape mode - on the phone ! Yikes - bad.

I've looked through the info.plist file and find this key - does this have anything to do with my issue? if so - what's the correct setting? If not - any ideas on why this occurred?

UISupportedInterfaceOrientations

UIInterfaceOrientationLandscapeLeft

Thanks !

Bruce


Critical DIfferent Orientations for App in IOS-Apple Beta than in Production

Posted: Fri Jan 30, 2015 6:46 pm
by Bruce Stuart

and the key is like this ... posting did something to it...

UISupportedInterfaceOrientations
array
string - UIInterfaceOrientationLandscapeLeft string
array


Critical DIfferent Orientations for App in IOS-Apple Beta than in Production

Posted: Sun Feb 01, 2015 3:41 pm
by Illya Stepanov

Hi Bruce -

I had replied you by email - did you get this working with needed UIInterfaceOrientation?