App submission binary does not show up in iTunes Connect

后端 未结 6 1062
攒了一身酷
攒了一身酷 2020-12-05 06:49

I want to update my app. I have a new version of the app and now it says \"Prepare for Submission\".

Now I want to perform \"Prepare for Upload\" but I cannot find t

6条回答
  •  情歌与酒
    2020-12-05 07:25

    At this time of writing, binary submission should take only few minutes to appear in iTunesConnect. When my binary did not show up for hours, I can immediately tell that something is not right. Most of the answers I found resolved to waiting. This was not the case for me. I went to ask Apple support and I got the answer. My app was missing purpose string for one of my protected data class (for iOS 10 and later). Once I provided the usage description and resubmitted it, the binary shows up right away.

    I thought someone else might be facing the same problem. For a complete list of protected data class that requires descriptions, check out this link: https://developer.apple.com/library/content/qa/qa1937/_index.html

提交回复
热议问题