Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS app "Processing" in iTunes Connect

I uploaded my first iOS app today to iTunes Connect. I uploaded it over xCode 7.2.1 and I see the app as "Processing" inside the "activity"-tab. But under "AppStore"-tab for version 1.0 there is no app build visible. I only see the message that I should upload a build with xCode or Application Loader.

Is this normal or should I wait some time that the app is also showing up?

See the screenshots below: enter image description here

enter image description here

enter image description here

like image 327
Mike Avatar asked Mar 18 '16 19:03

Mike


People also ask

How long does it take a build to process?

Average Time It Takes to Build a House On average, it takes seven months to build a house from start to finish, according to a 2019 U.S. Census Bureau report. But you may also need to include time for an architect to draw up plans (1–4 months).

How long do Apple in app purchases take to process?

Also, remember that purchases can take 1-3 days, sometimes more, to clear with the bank.

How long is TestFlight processing?

Approval usually takes no more than 48 hours. Once Apple approves your version of the app, subsequent builds won't need a review until you change the version number. When the app has passed Beta App Review, you'll receive an email with confirmation that your app can begin external testing.

How long does iOS app approval take?

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.


2 Answers

Yes, this is perfectly normal. You just have to wait for it to finish processing (can take a few minutes or a few hours depending on Apple's traffic). Once it is done processing, it will appear in that builds section and you can select it as the version you want to submit. This is the same for TestFlight.

I recommend getting watchbuild and running it on your terminal so you can just get a notification on your computer when your build is done processing instead of having to keep checking App Store Connect.

like image 185
arc4randall Avatar answered Oct 10 '22 15:10

arc4randall


It happened to me a couple of times. I just uploaded a new version (same code, just increased the version) and it was processed quite fast.

Just in case, the second time I kept the archiving dialog in the foreground.

itunes activity

like image 26
Ferran Maylinch Avatar answered Oct 10 '22 15:10

Ferran Maylinch