Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Store upload is really slow and hogging my internet connection

In the past 6 months every time I upload a new version/build to the Apple App Store through Xcode / Application Loader, it takes between 20-40 minutes for even the smallest app. The uploader is always stuck at the beginning and when if finishes after a huge amount of time, the progress bar just jumps to the end.

enter image description here

Also, and the most annoying, it totally hogs my internet connection (and anyone who is connected to the network aside from me). It’s not usable at all.. it’s really frustrating to upload a build to the App Store for so much time while it totally kills my internet connection -> it happens on any internet connection I try to upload from: Home, office, friends houses, public networks at the mall / restaurants.

enter image description here

When I upload APKs to the Google Play Store, everything works crazy fast (5-10min tops!) and my internet connection is working fine while doing it.

I also tried opening a bug report ticket to Apple, but because it’s Apple, they didn’t even take the time to answer it for almost a month now.

Does this happen to anyone here? Is there a way around it?

Thank you very much :)

like image 401
Erez Hod Avatar asked Nov 22 '17 11:11

Erez Hod


People also ask

Why is Apple App Store so slow?

Other possible reasons for a slow App Store are: issues with DNS servers – learn how to change DNS setting here to improve speed. an unstable internet connection – learn how to fix WiFi problems. Network issues – learn to reset Network settings here.

How long does it take to upload to App Store?

On average, 90% of submissions are reviewed in less than 24 hours. You'll be notified by email of status changes. You can also check the review status of your submission in the My Apps section of App Store Connect or on the App Store Connect app for iPhone and iPad.

Why can I not connect to Apple Store?

Usually, you can't use the App Store because your iPhone or iPad isn't connected to the internet. Sometimes, your device may show the Wi-Fi icon, but there may be no internet access. Other times, you may think your mobile data is working, but actually, it isn't.


2 Answers

It is apple algorithm to validate first then accept application.

Sometime it uploads in 10-12 minutes sometime takes 30 minutes. It depends on internet speed, server load while uploading...

Developers working outside Apple have to keep patience, No Other way

Best is try to upload with Application loader.

like image 199
Jeetendra Kumar Avatar answered Oct 02 '22 06:10

Jeetendra Kumar


I had the same issue and it was completely fixed upon updating itmstransporter.

cd ~   mv .itmstransporter/ .old_itmstransporter/   "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"   

Please refer to https://forums.developer.apple.com/thread/76803 (look at KumobiusIvan's answer)

like image 35
Alexey Domanski Avatar answered Oct 02 '22 06:10

Alexey Domanski