App Submission Binary Does Not Show Up in Itunes Connect

App submission binary does not show up in iTunes Connect

It is quite weird but let me show what I have learnt from this new iTunnesConnect layout.

Step 1: You should wait around 10 min to 20 min to see your uploaded binary file in the prerelease section. Sample Image .

Step 2: After you wait a while (10-20 min) then you would see the below icon Sample Image

Step 3: Then you could able to see that your binary is ready. Sample Image

Step 4: Then click on plus (+) sign, you now could able to choose your binary and then click submit for review button to finalize.
Sample Image

Uploaded Binary Doesn't Appear On iTunes Connect in iOS

Follow these steps to build upload. These steps can be resolved your problem

  1. Launch Application Loader.
  2. In the top menu bar, click Application Loader > Preferences.
  3. Choose Advanced.
  4. Under Transfer Protocol, deselect Aspera.
  5. Close the Preferences window and proceed with the delivery.

Xcode 8 binary is not Showing on itunesconnect for Review

I faced same issue. I was using client's account and submitted builds. I got Upload Successful popup but builds were not shown.
This happens because there are privacy policy changes for iOS 10 so that we have to add some permissions in Info.plist.
Refer this post: iOS 10 - Changes in asking permissions of Camera, microphone and Photo Library causing application to crash

If you don't add these permissions or if you added permission but missed string value of it, your binary will not displayed on store. In this case apple will send email to Agent of developer account. So check that email. You might got email with subject something like this **iTunes Connect: Your app APP NAME (Apple ID: APP ID) has one or more issues**

So try to fix these and resubmit build. Once your build displays in activity tab with Processing status, then you can submit it for review after processing.

Also you have to add .entitlements file in case if your app contains push notifications and APNS setup. Refer this: xcode 8 push notification capabilities and entitlements file setting

This is weird issue and apple should throw error while validating it but they are not doing it. You can check above and fix the issue.

Pre-Release missing in iTunes Connect

In my case I had to resubmit my binary file to app store again. May be due to the change in UI. I was uploading last night. I guess after that only the UI might have been changed from Apple.

Submitted ios app binary successfully still on itunes connect status shows prepare for submission

The process has changed slightly. After you upload a build you now have to goto iTunes Connect and select the build. You then have to submit the app for review.

Open your App Details page where you type in the metadata about the app. There is a section for builds. You need to select one.

Sample Image

Once you have selected a build there will be a button at the top of the screen that allows you to submit the app for review.

If you are still stuck, the documentation has been updated with the new workflow. https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/
iTunesConnect_Guide/Chapters/SubmittingTheApp.html#//apple_ref/doc/uid/TP40011225-CH33-SW4

itunes connect replace binary when status is waiting for review

  1. Create a new build with new version, say your app version is 1.0, you need a new build with 1.0.1 but keep the version same.

  2. Submit the build from xCode and wait for sometime, it takes a while to show up in the iTunes connect

  3. In your app detail page now you should be able to click Build and select the right build version

I think this is what i did when i had the same scenario. Hope it helps!



Related Topics



Leave a reply



Submit