ios 新的 iTunes 连接界面错误“您必须选择一个版本”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/25704171/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 02:15:24  来源:igfitidea点击:

New iTunes connect interface error "You must choose a build"

iosapp-store-connect

提问by Moneeb

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

在尝试将我的新应用程序提交到应用程序商店时,我注意到 Apple 更改了其网站界面:在更新元数据和关键字并点击“提交审核”后,我收到错误“您必须选择构建”。

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

所以任何人都对此有任何想法或解决方案。请帮忙

回答by Sverrisson

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

您必须为新应用上传二进制文件。然后,在处理时等待约 5-20 分钟,然后选择加号按钮并选择二进制文件保存。之后您可以提交审核。如果花费的时间超过 ~25 分钟,请尝试再次上传二进制文件。

回答by Elia Weiss

I uploaded a binary and still I cannot choose it.

我上传了一个二进制文件,但我仍然无法选择它。

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

当我点击时,Prerelease我可以看到列出了二进制文件,当我指向?它时,它说

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.

所以我猜苹果已经在这个过程中引入了一个新的步骤,我们必须等待它完成。

回答by thomax

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

我遇到了同样的问题:Add使用 Firefox v32 看不到链接。我的解决方案也可能适用于其他人:

  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.

  1. 使用浏览器开发人员工具检查 DOM,并使用内部文本定位 DOM 中的锚元素Add

  2. 对于这个锚元素,删除所有类(即元素的类属性中的文本),以使元素在浏览器中可见。

  3. 单击添加链接。

  4. 选择您(可能)已经上传的二进制文件。

  5. 点击右上角的保存,然后提交审核。

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

你必须破解 DOM 才能提交应用程序,这真是太难了!

回答by Rikk Carey

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.

将二进制文件提交到 iTunesConnect 后,它会进入“正在处理”状态。在某些时候(例如对我来说是 30 分钟),它会经过验证并可以使用(假设没有验证问题)。接下来,您转到 iTunesConnect 上应用程序的 Builds 部分,然后单击“+”以选择您的最新版本作为您应用程序的当前版本。然后,您可以提交审核。

回答by ldal

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

试试 safari 浏览器。当我尝试从 Chrome 上传时遇到了同样的问题。

回答by Khurram Iqbal

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

向下滚动窗口您将看到构建标题选择您上传的构建等待片刻它会启用保存选项保存然后单击提交就是这样

回答by Raj

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

只需访问 Prerelease 选项卡,然后出于某种原因导航回 Versions 选项卡,然后在 Build 部分显示“+”符号。

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

我等了大约 45 分钟,看看它是否会自动发生,但这对我有用。

回答by Christopher Rathgeb

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.

只是一个电话。确保您的包标识符,即 (com.companyname.appname) 对于您正在上传的应用程序是正确的。我只是浪费了 2 天想知道为什么我的构建没有显示出来,因为我的包标识符中有一个错字。

Thanks and have a wonderful day.

谢谢,祝你有美好的一天。

回答by EeKay

as this screenshot shows:

正如此屏幕截图所示:

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

您必须等待二进制文件被处理并激活,然后才能选择它。

回答by Bj?rn Wennerstr?m

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

iTunes Connect 取消了“等待上传”状态。第一个状态现在是“准备提交”和下一个“等待审核”: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.

元数据和二进制上传都在“准备提交”中处理。当您准备好两者时,请提交以供审核。