MGames
MGames

Reputation: 1181

Itunes Connect: Can't See Build

After submitting my app through Xcode, I see my app with no icon and it says "Uploaded" in the prerelease tab. What should I do? It's been two hours. I validated and submitted without any issues through Xcode. Here's what I see:

enter image description here

Update: It's been about another 2 hours and I still see:

enter image description here

Update #2: It's been another 24 hours and nothing!

Update #3: I've contacted iTunes Connect Support addressing this issue and they said they would give me a call after they get in touch with the engineers. Here is what they said through email:

I will follow up with you as soon as I have an update. Thank you for your assistance and continued patience.

Final Update! SOLVED! After a drastic 5 days of just getting this app to review, they've finally fixed the issue. It seemed to be an issue with the server. The best help I can give to those stuck is to try to send another build or contact iTunes Connect Support(it's faster to call then to email). Also, if you get your app sent to review, don't forget to request an expedited review from Apple, to make the review process faster (not every one is guaranteed). Thanks so much for all of your support!

Upvotes: 40

Views: 38376

Answers (8)

Narasimha Nallamsetty
Narasimha Nallamsetty

Reputation: 1263

Wait for sometime. You can see the build. In my case it happened like that.

Upvotes: 0

Jayesh Patel
Jayesh Patel

Reputation: 1104

Add missing items in info.plist,such as icon files, privacy usage description, requirements etc. it works for me

Upvotes: 0

Alessandro Ornano
Alessandro Ornano

Reputation: 35412

After waiting for a week without seeing builds, I've try Application Loader from Xcode 8.1beta. Steps:

  • Archive
  • Export -> Save for iOS App Store Deployment -> Save a folder with IPA in my desktop
  • Xcode -> Open developer tools -> Application Loader -> choose IPA file from desktop

Now I can see my builds..

Upvotes: 3

Rajeev Udayan
Rajeev Udayan

Reputation: 310

Please check your email inbox.This may be the issue

"Dear developer, We have discovered one or more issues with your recent delivery for "App Name". To process your delivery, the following issues must be corrected: Missing required icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0. Missing required icon file - The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. Missing required icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0. Once these issues have been corrected, you can then redeliver the corrected binary.

Upvotes: 12

Djames
Djames

Reputation: 502

Another simple thing to try is to update the itunes Connect Form of the app version.

In my case, the builds only appeared after I've put something in the first field ("What's new in this release") and saved the changes.

Upvotes: 0

user1394622
user1394622

Reputation: 67

I have added myself as App Manager and Got email that i need to add NSPhotoLibraryUsageDescription in info.plist. For more Details see this answer.

https://stackoverflow.com/a/39650451/1394622

But as i am writing this answer also working for people. It says just don't put xcode in background and let it run in foreground while you are uploading.

https://stackoverflow.com/a/26655249/1394622

Upvotes: 3

Quentin Hayot
Quentin Hayot

Reputation: 7876

Wait more. It will be processed eventually.
Apple may have issues with their validation servers or could have a very long pending apps queue. Just be patient.

Edit: (from MGame's experience)
If after a few hours, your build still hasn't started being processed, give a phone call to Apple. It seems that in some rare case your app could get stuck in their servers and they have to manually resolve the issue.

Upvotes: 17

Kosuke Ogawa
Kosuke Ogawa

Reputation: 7451

I have the same trouble. I tried the following:

  1. Increase the second build number

enter image description here

  1. Resubmit binary

Then my app process was completed immediately.

Upvotes: 5

Related Questions