Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Gideros 2015.08 wasn't respecting a strict landscape orientation. the Info.plist file has to be edit — Gideros Forum

Gideros 2015.08 wasn't respecting a strict landscape orientation. the Info.plist file has to be edit

AniketAniket Member
edited September 2015 in General questions
Exporting sample project into ios, after chaging the settings section for ios to NoAutorotation and Orientation in Graphics to landscape left, still resulted in the final ipa rotating into portrait and landscape. I was compiling with iOS 8.1.
The problem turned out to be that the -Info.plist file still has the strings:
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
Under the supported orientations array. Removing these actually resulted in locking it to landscape.

Comments

Sign In or Register to comment.