Xcode 6 Upload App with Error: Itunes Store Operation Failed Error Description Not Available

xcode 6 upload app with error: iTunes Store operation failed Error Description not available

I've got the Answer,

just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 5.1.1 or Application Load 3.0.0, but , my solution works well

download Application Loader 2.9.1 or here

iTunes Store Operation Failed When Uploading App Inside Xcode Description Length Too Long

Your iTunes store operation failed due to two requirements not fulfilled.

You have enable the iPad multitasking, which requires the all orientations but you have enable only portrait mode, which is wrong. You have to enable all the orientations which is required and also mentioned in the error.

In your bundle "com.buildregs.Build-Regs" has only configured the portrait mode, you have to configure all the orientation into the this bundle id.

Also Update your Xcode the latest Appstore version. Do not use a beta version of Xcode and that will solve your second error.

iTunes Store Operation failed: Error description not available

Solved it. The only thing I did different this time was the location where I did it. Turned out you cannot submit apps to Apple on some networks..

Edit:
You have to make sure that ports 443 and 33001 are avalaible.
More info in this document:
https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

xcode 6 app submission failed with itunes store operation issue

You can use Application loader to submit the Application. Here is the process given below.

1.) Click on Product > Build For-> profiling. Once your build successful you can find the .app file.
2.) Click on Organizer from Windows option. Click on Derived Data Arrow and you will Navigate your project build folder.
3.) Click on That folder Inside that you will get the Build Folder > Product > Release Zip .app file and then
4.) Click on XCODE > Open Developer Tool > Application loader and then Click on Submit package. After few minute your build will be submitted.

Hope it will help you.



Related Topics



Leave a reply



Submit