New iTunes connect interface error “You must choose a build”

本秂侑毒 提交于 2019-12-03 04:43:39

问题


When trying to submit my new app to the app store, I noticed Apple has changed its website interface: after updating metadata and keywords and hitting "submit for review" I got the error "you must choose a build".

By looking into google I found no answer.

However, I noticed that there is a plus button next to the 'build' heading where you have to select a build. This button is hidden somehow similarly to game center where achievements can't be deleted just because of the padding which hides the delete button.

So anybody have any ideas or solution to this. Please help


回答1:


You have to upload a binary for your new App. Then, you wait ~5-20 min while processing and select the plus button and select a binary and save. After that you may Submit for Review. If it takes longer than ~25 min try uploading the binary again.




回答2:


I uploaded a binary and still I cannot choose it.

When I clicked on Prerelease I could see that the binary is listed and when I pointed to the ? it says

After builds are uploaded they will go through a processing status before they can be used.

So I guess Apple has introduced a new step into the process, and we must wait for it to complete.




回答3:


I had the same issue: The Add link was not visible using Firefox v32. My solution might work for others as well:

  1. Inspect the DOM with your browser developer tools and locate the anchor element in the DOM with the inner text Add.

  2. For this anchor elmenent, remove all classes (text in the element's class attribute, that is), in order to make the element visible in the browser.

  3. Click the add link.

  4. Choose the binary you've (probably) already uploaded.

  5. Click save in the top right corner, then Submit for review.

Pretty hard core that you have to hack the DOM in order to submit an app!




回答4:


After you submit your binary to iTunesConnect it goes into "Processing" state. At some point (e.g. 30 minutes for me), it becomes validated and ready to use (assuming no validation problems). Next, you go to the Builds section of the app on iTunesConnect and click the "+" to select your latest build as the current build for your app. THEN, you can submit for review.




回答5:


Try safari browser. I faced the same problem when I was trying to upload from Chrome.




回答6:


scroll down window you will see build header select your uploaded build wait for moments it will enable the save option save and then click submit thats all




回答7:


The chances are you just need to wait for the new build to pass the 'Validation' process. If you go to the new 'prerelease' tab in itunes connect, you can see the status of your new build. Wait until it's ready, and then go back to Versions tab and the + sign will be available next to the Builds section.




回答8:


iTunes Connect have scrapped the "Waiting For Upload" state. The first sate is now "Prepare for Submission" and the next "Waiting For Review": https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ChangingAppStatus.html

Both meta-data and binary upload are handled in "Prepare for Submission". When you're ready with both you Submit for Review.




回答9:


Just visiting the Prerelease tab and then navigating back to the Versions tab for some reason then displayed the "+" symbol on the Build section.

I waited ~45 minutes to see if it would happen automatically, but that's what worked for me.




回答10:


Just a call out. Make sure that your package identifier i.e. (com.companyname.appname) is correct for the app you are uploading. I just wasted 2 days wondering why my build wasn't showing up because I had a typo in my bundle identifier.

Thanks and have a wonderful day.




回答11:


as this screenshot shows:

you have to wait for the binary to be processed and activated before you can select it..




回答12:


I had the same problem. After uploading a new build, the one I wanted to submit for release, I could d not see that build on the versions tab. It was showing up on the prerelease tab. Here is how I got it to show up on the versions tab so that I could submit it for review:

  1. Hover over the old build and press the red circle with a minus to delete the old build.
  2. Having done that, the + option now appeared. Select that.
  3. Now select the build you want to release.

After that, you can submit that build for review.



来源:https://stackoverflow.com/questions/25704171/new-itunes-connect-interface-error-you-must-choose-a-build

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!