Itunes Connect: Can't See Build

后端 未结 8 783
予麋鹿
予麋鹿 2020-12-06 03:58

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 subm

相关标签:
8条回答
  • 2020-12-06 04:36

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

    0 讨论(0)
  • 2020-12-06 04:37

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

    0 讨论(0)
  • 2020-12-06 04:39

    I have the same trouble. I tried the following:

    1. Increase the second build number

    1. Resubmit binary

    Then my app process was completed immediately.

    0 讨论(0)
  • 2020-12-06 04:43

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

    0 讨论(0)
  • 2020-12-06 04:46

    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.

    0 讨论(0)
  • 2020-12-06 04:48

    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

    0 讨论(0)
提交回复
热议问题