iTunes Connect not showing my uploaded IPA

21k views Asked by At

I want to add a new version for my iOS application. I created a new version tab for my app in the iTunes Connect, set the information required, save them. Then I go to Xcode and make a archive, validate it and the pressed submit for Appstore.

After a few minutes the process done successfully but in the iTunes Connect no build appear and I can not "Submit to review". Under builds section it keeps saying: "Submit your builds using Xcode 5.1.1 or later, or Application Loader 3.0 or later."

What is the problem?

9

There are 9 answers

2
SaoBiz On BEST ANSWER

For those that have uploaded their app through Xcode, but don't see it under the 'Build' heading on the 'App Store' tab, do the follow.

Go to the Activity tab and it will show you a list of builds for your app. You should see the app you just uploaded in this list and it will say that it is (Processing).

Wait about 15 - 20 mins for it to process and then you can continue on with listing your app.

10
Santu C On

Go to your iTunes -> Prerelease tab, then you can see your uploaded build. It will be processing state. Please give it 15 minutes, and it will be ready to add from your app Version tab -> Build area.

3
iman kazemayni On

Also sometimes the problem send to your email. You should check it because there is no caution in your Xcode loader or iTunes console. Even you can't find any activity under the activity tab

0
Abhishek Mishra On

I faced same problem ... then I add .

<key>NSBluetoothPeripheralUsageDescription</key>
    <string>$(PRODUCT_NAME) bluetooth use.</string>

in info.plist file and again upload it will display in 20-30 minutes.

0
Mnsd On

After submitting the ipa to appstore it will take minimum 15 - 30 min for showing in "Select a build before you submit your app." so till that you can monitor processing of your app in "Activity" tab.

1
Kieu Nguyen On

I encountered a similar problem, my solution is to use the Application Loader and it has working for me.

2
Nazik On

If we upload from Xcode 8, we need to check if any privacy keys to be added in the info.plist.

Like, NSCameraUsageDescription,NSPhotoLibraryUsageDescription,NSLocationWhenInUseUsageDescription,NSLocationAlwaysUsageDescription.

In my app I missed to add NSCalendarsUsageDescription.

We should also add description for the key. If not, the build won't appear in itunesconnect.

Hope, this will help someone.

0
Tashfeen On

Make sure you are not using Xcode Beta. For the newer versions of Xcode, it expects you to archive and upload using the stable version. Hope it helps.

0
nikdange_me On

Check your mail account, if there any issue apple sends you mail to your mail account associated with your developer account.

This was my silly simple way to know the issue in the uploaded file.