Xcode App Submission Error: Client unable to connect to server - ios

I'm trying to submit an app to the app store and I am constantly running in this error:
"The sessions status is FAILED and the error description is : Client unable to connect to server. Check UDD and Firewall(15)"
I tried everything I found here on stack exchange from restarting my computer, through using Xcode and Application loader. Nothing helped and I am constantly getting this error.
Guys. I tried restarting Xcode and the machine....
Any help is greatly appreciated.

I solved the problem by uploading from another Mac with application loader, however also on a different Network. Then it worked smoothly.

I restarted my router and the submission went through!
It was odd because I had uploaded 2 similar apps successfully just before the issue occurred.

Read System and Network Requirements in this DOC
https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf other wise try to submit in another MAC.

Related

Distribution failed with errors itunes connect

I am facing an issue while uploading a new version on the apple store. I am using Xcode Organizer to push a new version. When I have an archive, its successful done, however, I am not able to upload it successfully. I have chosen Distribute app option when archive did but in middle of uploading it, stops and error occurred.
Here is the image which is showing what exactly happens.
I have tried to remove and add again apple id and password as I am using the auto sign method so I thought might be some issue occurred because of it. But not able to get any success.
Even I have used Application Loader for uploading but the same issue I faced. Here is the image for application loader.
If anyone aware of it kindly help me to come out from this weird issue.
I think you have issue with your machine or Xcode. You should try on another machine will fix your issue. Sometimes it's happening due to some network proxies or machine not configured properly.
My solution was to upload using Application Loader. At first it seemed like it's stuck as well, but after about 10 minutes it started uploading.

Unable to upload app to iTunes Connect with Xcode 7.0.1

I am been getting this error with Xcode 7.0.1 uploading to iTunes Connect:
The session's status is FAILED and the error description is 'failed to open ssh session. (16)'
Seems to be a network issue (ssh) and the fact that I can upload from my home network.
I've used the Network Utility and it appears as if these are open:
itmsdav.apple.com:443
contentdelivery.itunes.apple.com:443
idmsa.apple.com:443
However, I am not entirely convinced.
Also I've tried Application Loader using only DAV transfer protocol and get this:
An error occurred uploading to the App Store
I've also tried setting https.proxyPort = 80 located in:
/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/java/lib/net.properties
Nothing seems to work. All of this started after upgrading to both Yosemite and Xcode 7 (about 2 weeks ago).
Thanks in advance for any clues,
Roger
After quite a lot of time, I have an answer that works for me. I had tried both Xcode 7.0.1 and the Application Loader v3.2 that is part of Xcode. Still having preferences set for DAV Transfer Protocol only, I downloaded Application Loader v3.1 from iTunes Connect. Go to Resources and Help then to the bottom and View Tools. The link for Application Loader 3.0 actually downloads 3.1, but that worked for me.
I worked for me after I disabled the firewall on OSX.

Xcode 6 - Archive Sumbmission failed with errors

I'm getting "Archive Submission Failed with Errors" and I have ran out of ideas on how to upload my app to the App Store successfully. Note that this isn't a new app. I'm just uploading a new version and this is the first time I've ever gotten these errors.
See link for screenshot: http://postimg.org/image/hesdsr167/
Using:
Xcode 6.1
OSX Yosemite
Application Loader 3.0
Titanium SDK 3.4.1
Have tried these but none of them helped:
Opened all the ports and IP Addresses
Used Wireless Hotspots, Ethernet and Wifi
Took down firewalls
Searched around the Apple Developer Member Center for anything I needed to do
I googled
I just need to know at least one of these:
A temporary or permanent solution
A workaround
What causes this issue?
Try telnet sgr203.apple.com 44001 to make sure if this issue from XCode or your MAC.
if this issue from your mac try to use VPN may help.
If telnet worked, try to remove XCode cache.

Error uploading ios application to itunesconnect "failed to open ssh session (16)"

I am having a real repetitive issue uploading app to itunesConnect. It does not matter if I use "Application loader" or xcodes "Archive" utility, the result is the same ("failed to open ssh session (16)"). I am doing this on a Computer and network that was used for multiple uploads of applications to itunesConnect in the past and never having this problem. I even uploaded an application the same day (without problem), but got errors for this app.
I reviewed the detail log and found nothing useful to determine why the problem would happen.
I posted the log at link bellow since it is to long to be posted here
http://pastebin.ca/2801584
I am using:
-java (1.6.0)
-xcode 5.1.1
-appLoader 2.9.1
-osx 10.9.3
what i tried already:
-checked and rechecked application meta data
-tried to upload via different network
-changed app bundle identifier (develop site, itunesconnect and application)
-tried contacting support via itunesConnect (with no response after multiple days).
I thank you for any help you can offer me.
According to the log, you don't have network connectivity to Apple's servers, so all of your connection attempts are timing out.
[2014-06-09 11:12:22 CEST] <main> DBG-X: testing host/port: vgr105.apple.com/33001
[2014-06-09 11:13:38 CEST] <aspera.util.SelectThread> ERROR: The session's status is FAILED and the error description is 'failed to open ssh session. (16)'
[2014-06-09 11:23:07 CEST] <Transport Protocol Seeker> DEBUG: Transfer warning: Unable to connect to sgr403.apple.com:44001: Failed to connect
at com.signiant.interactivetransfer.engine.TransferEngine$5.run(TransferEngine.java:3617)
Caused by: Transfer error: Failed to connect
at com.signiant.interactivetransfer.engine.TransferInstance.newControlPort(TransferInstance.java:367)
at com.signiant.interactivetransfer.engine.ControlStream.<init>(ControlStream.java:894)
at com.signiant.interactivetransfer.engine.TransferEngine$Connector.run(TransferEngine.java:3185)
Caused by: java.io.IOException: java.io.IOException: connection timeout
at com.signiant.mobilize.ddsclient.connection.Tcp.<init>(Tcp.java:47)
at com.signiant.interactivetransfer.engine.TransferInstance.newControlPort(TransferInstance.java:361)
... 2 more
Caused by: java.io.IOException: connection timeout
at com.signiant.mobilize.ddsclient.connection.Tcp.<init>(Tcp.java:42)
... 3 more
The simplest explanation is that you're being blocked by a firewall within your local network. If that is the case, then you need to contact your network administrators to open up the ports needed for the transporter to work.
The iTunes Connect Transporter Quick Start Guide lists the ports that have to be opened in order for the transporter to work. You can get the document from the iTunes developer site, or I found a copy online here.
You can also try the answer here:
itunesconnect using application loader behind a firewall
In short, change Application Loader's Advanced preferences so that it only uses the DAV transfer protocol.
If anyone comes across this issue again and cant find a resolution. I had to re download the application loader and after the IPA has been created open up the application loader you just downloaded.
Make sure that all sites are smoothly accessible from your Mac,
http://help.apple.com/itc/apploader/e3#/itc8e7ec5a60

An error occurred talking to the iTunes Store : message while validating App

I am trying to submit an app to the apple store via Xcode 4's in-built application loader. I created an archive, then went to itunes connect and made sure the app status is ready to upload. Then when I come to xcode and do 'Validate' or 'Submit', I just get the following message:
An error occurred talking to the iTunes Store
No details are given. Any ideas?
Update: I used the classic Application loader and submitted my app. No idea what the real issue was.
My mbp now run Xcode4.2(4D199) on Lion, I installed the latest java for Lion. And finally I sovled this issue.
Many guys said, he can used the old Application Loader app to upload the apps. so I guess the problem is the latest Application Loader app(2.4.1 (190)), and the fact told me I am right
Okie, in short words:
Here is the solution:
I hope you guys do not delete the old Xcode(4.1). We Should pick up the old version Application Loader app.
cd /Contents/Resources/Packages
cp ApplicationLoader.pkg ~/Desktop/
Now, you get the ApplicationLoader package.
Install the old one.
Tips: you can remove the latest Application Loader app in path: /Developer/Applications/Utilities/ or just remane it.
That's All.
Hope this way can help you and enjoy the new Xcode4.2. Also hope apple developer can saw this problem and test the latest Application Loader app more.
If your target has any spaces or special characters, remove them as they can sometimes cause this error.
It sounds like a connectivity or temporary network issue. I would check your network connection and try a bit later.

Resources