Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occurred uploading to the iTunes Store

We Really need some help on this one:

We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore...

Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get -

"An error occurred uploading to the iTunes Store"

I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem...

I've been stugling with this for over a week now... I've tried:

  • Creating a new Distribution Profile for Code Signing.

  • Checking All the Target Settings over and over.

  • Changing the FTP mode from Passive to non-Passive

  • Connecting from different networks

  • Reinstalling Xcode4

  • some other Work Arounds like Downloading the application Loader (Haven't installed it yet, but I Don't Know if I Should)

Please help us, what do you think could be the problem?

Thanks

Hernan

like image 536
Hernan Arber Avatar asked Apr 25 '11 21:04

Hernan Arber


People also ask

Why can my iPhone not connect to the App Store?

First, try logging out and then log back into the App Store on your iPhone – that should fix it: Go to Settings > iTunes & App Store. Tap on Apple ID at the top of the screen, then hit Sign Out. Log in again using your Apple ID and password.

How do I connect my Apple ID to iTunes?

In the iTunes app on your PC, choose Account > Sign In. Do one of the following: Sign in with your Apple ID: Enter your Apple ID and password, then click Next. Create an Apple ID: Click Create New Apple ID and follow the onscreen instructions.

Why is the Apple Store Not Working?

Updating your iPhone could potentially fix a software issue preventing the App Store from working properly. Open Settings and tap General -> Software Update. Tap Download and Install or Install Now if an update is available. After updating your iPhone, open the App Store and see if the problem is fixed.


1 Answers

If you are unable to upload Apps to Apple and installed the JavaOSX update (April 3, 2012) this may help you regain your ability to upload Apps:

You can work around this issue by re-creating the old Java 1.5 symlinks:

cd /System/Library/Frameworks/JavaVM.framework/Versions sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5 sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0 

Edit Oct 5, 2012 Oracle's Java 7

Elaborating on Hackmonford's comment below.

This exact error message also occurs with Oracle's Java SE 7 1.7.0_10 package installed. To resolve, open "Java Preferences" and either change the order to have Apple's Java SE 6 first, or untick Oracle's Java 7 while submitting to the app store. Verify your change by opening the Terminal:

prince$ java -version java version "1.6.0_35" 
like image 183
Nigel Greens Apps Avatar answered Sep 25 '22 01:09

Nigel Greens Apps