iOS app build not showing up in iTunes Connect

前端 未结 4 1426
小鲜肉
小鲜肉 2020-12-18 23:16

I know there are a lot of questions about this already, but I am fairly certain my question has not been answered yet.

I uploaded a build of my iOS app via Applicati

相关标签:
4条回答
  • 2020-12-18 23:41

    If you have the email of developer account apple search emails. If you up to itunesconnect an ipa and you can´t see in 5 min Apple always send a mail with the problem some times bad missing icons on app, problems like "privacy-sensitive data without a usage description" or with push notifications disabled ... You must fix the problem, increase the build version and upload again.

    Here an example:

    0 讨论(0)
  • 2020-12-18 23:50

    This is an issue in Appstore and I was facing the same issue. I have just increased the build version and uploaded a new build on Appstore. New uploaded build start showing in the activity tab.

    0 讨论(0)
  • 2020-12-18 23:51

    Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key

    For older projects without assets catalog there will be issues while submitting to Appstore

    In Project —> Target Properties - General tab—> App Icons and Launch Image. App Icons —> Select Use Asset catalog Then it will ask to convert (migrate) with an alert and creates a .xcassets file. Check the box to convert launch images too. When you are done the App Icons Source and the Launch Images Source will have names in the dropdown list. Add the app icons and other icons to it

    0 讨论(0)
  • 2020-12-18 23:55

    Please be patient as it takes some time to process your build and show up on iTunes. Try checking the "Build" section from where you'll select the build in order to proceed and submit for review.

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