简体   繁体   中英

iTunes Connect not showing my uploaded IPA

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?

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.

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.

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

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.

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.

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.

我遇到了类似的问题,我的解决方案是使用Application Loader并且它对我有用。

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM