Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

itunesconnect using application loader behind a firewall

I was trying to upload the app store build zip file of my app to app store.

When using behind my office firewall, the TCP/IP connection failed.

I need to know what exact port should be open to upload iPhone application by using application loader. So that the port can be opened. Or any other configurations, if you know.

like image 423
karim Avatar asked May 20 '11 09:05

karim


2 Answers

Go to Preferences, Advanced, select DAV only.

This will use port 443 (aka HTTPS) for uploading.

There is no way the company will open those ports for me ;p

like image 97
leppie Avatar answered Oct 07 '22 11:10

leppie


I had the same problem.

The Application Loader Guide shows the range of IP addresses and ports that need opening.

After following the document I was able to successfully submit a binary for approval.

https://help.apple.com/itc/transporteruserguide/#/apdATD1E112-D1E1A1303-D1E112A1126

like image 24
InsertWittyName Avatar answered Oct 07 '22 12:10

InsertWittyName