Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

IOS build Multitasking support orientation error uploading to itunes

Rex_C_
Beginner
1,405 Views

Hi,
Need a hand on this issue hoping you could help me.
Never had this error before, until today when uploading my build to itunes. (please see image below)

ORIENTATION_0.PNG

I tried fixing it by checking "Fullscreen" on build settings
tried orientation to landscape and portrait.  And the wierd thing is when i select 'default' or 'All' for the orientation the upload will say 
"Found '$availableValues'" (see the highlight from the image above)

I use windows on building and mac for uploading to itunes. 
 
I would love to here some response.
Thanks
 

0 Kudos
1 Solution
John_H_Intel2
Employee
1,405 Views

Fix has been confirmed on production servers. You will need to rebuild your code and then reupload the ipa with application loader.

View solution in original post

0 Kudos
6 Replies
John_H_Intel2
Employee
1,405 Views

We upgraded the build servers xCode to 7 yesterday, yeah!

Thanks for letting us know about this, we are working on a fix now. Will post back when its ready to go.

0 Kudos
Rex_C_
Beginner
1,405 Views

i also tried adding lines below to additions.xml but doesnt work still
<config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad">
    <array>
         <string>UIInterfaceOrientationPortrait</string>
      <string>UIInterfaceOrientationPortraitUpsideDown</string>
    </array>
</config-file>
<config-file target="*-Info.plist" parent="UIRequiresFullScreen">
     <true/>
</config-file>
 

0 Kudos
Daniel_B_10
Beginner
1,405 Views

same problem (Belgium)

0 Kudos
John_H_Intel2
Employee
1,406 Views

Fix has been confirmed on production servers. You will need to rebuild your code and then reupload the ipa with application loader.

0 Kudos
Daniel_B_10
Beginner
1,405 Views

ok, thanks , a new build was accepted

0 Kudos
Rex_C_
Beginner
1,405 Views

AWESOME thanks for the fix!!

0 Kudos
Reply