iOS app "Processing" in iTunes Connect

App Store-Connect

App Store-Connect Problem Overview


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

App Store-Connect Solutions


Solution 1 - App Store-Connect

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.

Solution 2 - App Store-Connect

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

Solution 3 - App Store-Connect

This is normal. After uploading a build, iTunes Connect performs some processing to prepare it for TestFlight Distribution and App Store distribution.

The status of the build should go to ready after some time. Sometimes, this happens as fast as 15 minutes after uploading but can sometimes take 1 hour or longer. After the processing finishes, the build will become available to select for TestFlight betas and app submission.

Solution 4 - App Store-Connect

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 Apples 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.

Additional from my personal experience (happened to me once and only once), if you submit the archive late at night on the last weekday or just before a public holiday, "sometimes" it might be processed on the next working day on the morning.

I'm at Indonesia (GMT +7), it is not uncommon for me to upload an archive around 7PM, and if it doesn't get processed in 15 minute, I usually just go home, and check it in the morning the next day. Because it happens a few time that if I upload too late, it get processed around 8AM the next morning.

Solution 5 - App Store-Connect

I had this issue today, i tried all of the fixes suggested and found that you need to wait till the invitations are sent out. I think the servers were just very busy when i was trying to test my app.

enter image description here

Solution 6 - App Store-Connect

It happened to me when I export Unity iOS build and upload it to AppStore there are more than 3 days waiting but still showing processing.

Finally, Many search things I found that Bitcode = NO here is the issue on my build I have Bitcode = YES once you change and set to NO and upload again your build it's not showing processing and it's working properly.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMikeView Question on Stackoverflow
Solution 1 - App Store-Connectarc4randallView Answer on Stackoverflow
Solution 2 - App Store-ConnectFerran MaylinchView Answer on Stackoverflow
Solution 3 - App Store-ConnectChris McKnightView Answer on Stackoverflow
Solution 4 - App Store-ConnectJaKK's TeamView Answer on Stackoverflow
Solution 5 - App Store-ConnectashView Answer on Stackoverflow
Solution 6 - App Store-ConnectSuper DeveloperView Answer on Stackoverflow