air - flex app open in portrait in portrait instead I am forcing an app to open in landscape -


i have

<aspectratio>landscape</aspectratio> ,     <autoorients>false</autoorients> 

in app.xml file, , application supports landscape orientation. still apple has rejected it.

i have used air sdk 13.0.0.** , flash builder 4.7

they have givebn rejection number 10.6: apple , our customers place high value on simple, refined, creative, thought through interfaces. take more work worth it. apple sets high bar. if user interface complex or less may rejected app made ipad only

<iphone>     <infoadditions><![cdata[         <key>uidevicefamily</key>         <array>             <string>2</string>         </array>     ]]></infoadditions>     <requesteddisplayresolution>high</requesteddisplayresolution> </iphone> 

can tell me why have rejected it.

they given me rejection screenshot:

app open in portrait instead of landscape

you need put autoorients on true. may ask why? app needs work either in landscape or portrait. next needs work upside down or normal.

so, if it's on false , turn device, app upside down. not allowed.

you can find review guidlines here: https://developer.apple.com/appstore/resources/approval/guidelines.html


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -