Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6544863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:31:02+00:00 2026-05-25T11:31:02+00:00

I am using AIR2.6 for an iOS application. In the application descriptor XML file

  • 0

I am using AIR2.6 for an iOS application.

In the application descriptor XML file , when
autoOrients is declared as false then only one orientation is available on iPad (landscapeRight, portrait). That leads to apple rejecting the application as stated here: https://developer.apple.com/library/ios/#qa/qa1689/_index.html (Support both variants of an orientation.)

I tried to put the UISupportedInterfaceOrientations key on the iphone section but is not allowed , as stated in http://help.adobe.com/en_US/air/build/air_buildingapps.pdf (page 72).

Is there any workaround on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:31:03+00:00Added an answer on May 25, 2026 at 11:31 am

    The workaround is to enable auto orientation and then listen for Orientation_Changing events from the Stage object. If the new orientation is not one that you support, call the preventDefault() method of the event object:

    stage.addEventListener( StageOrientationEvent.ORIENTATION_CHANGING, onOrientationChanging ); 
    
    public function onOrientationChanging( event:StageOrientationEvent ):void 
    { 
        if(/*Not an orientation we support*/) event.preventDefault(); 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Adobe Air 2.0 beta 2 I want to open a cmd file when
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I am working on a full screen kiosk application in Flex 4/Air 2 using
Using PHP I'd like to compare an actual ip address to part of one,
I'm trying to build an application using AIR 2's new NativeProcess API's going from
Using jQuery, one can easily find out whether a particular element is visible using
when tried to build a AIR application for android using flex builder I did
I'm using the flash badge to attempt to detect whether an AIR application is
im developing an application on windows using flash, compiling in AIR 2.0. This compiler
I have created a simple Hello World Application using Flash Builder Burrito SDK. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.