xcode 在 iTunes 连接中删除待处理的应用程序“新版本”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7237554/
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-09-14 21:50:24  来源:igfitidea点击:

delete pending app 'New Version' in iTunes connect

xcodeapp-store-connect

提问by Slee

I started a new version of my app in iTunes connect and I do not want and/or need it - how do I get rid of it? Currently in the status of 'Waiting For Upload'.

我在 iTunes Connect 中启动了我的应用程序的新版本,但我不想要和/或不需要它 - 我该如何摆脱它?目前处于“等待上传”状态。

采纳答案by Neeku

I read the iTunes Connect Developer Guide, googled, and asked in IRC, and this is what I got:

我阅读了 iTunes Connect 开发人员指南,用谷歌搜索,并在 IRC 中询问,这就是我得到的:

You can delete an application when it is in one of the statuses below:

您可以删除处于以下状态之一的应用程序:

Prepare for upload

Waiting for upload

Invalid Binary

Developer Rejected

Rejected

Metadata Rejected

Developer Removed from Sale

Removed from Sale

准备上传

等待上传

无效的二进制

开发商拒绝

拒绝了

元数据被拒绝

开发商下架

从销售中删除

So you can't remove it while being in sale. I have an app with a similar situation to yours, and I tried removing it from all stores in sale, to get that delete appbutton in App Information section, and even tried clicking on the button, but the warning told me that it will remove the whole app from iTunesConnect, and the app store. enter image description here

所以你不能在销售时删除它。我有一个与您情况类似的应用程序,我尝试将其从所有销售商店中删除,以delete app在“应用程序信息”部分获取该按钮,甚至尝试单击该按钮,但警告告诉我它将删除整个来自 iTunesConnect 的应用程序和应用程序商店。 在此处输入图片说明

Asking from other developers, I ended up in ignoring the pending version, till I submit it. Seems that there's no way for removing the pending version.

询问其他开发人员,我最终忽略了待处理的版本,直到我提交它。似乎没有办法删除挂起的版本。

Updatefor those who may not recognize it from the screenshot here, this post is about removing the unwanted new version that you've created in your iTunesConnect, but have noticed that you don't want it.

对于那些可能无法从此处的屏幕截图中识别它的人进行更新,这篇文章是关于删除您在 iTunesConnect 中创建的不需要的新版本,但您已经注意到您不想要它。

回答by Cristian Torres

While it is not possible to delete a pending version, you can always change the version number in order to comply with what version you want to upload next. Having a pending version can be used to upload testing build and distribute it using TestFlight.

虽然无法删除挂起的版本,但您可以随时更改版本号以符合您接下来要上传的版本。具有待定版本可用于上传测试版本并使用 TestFlight 分发它。

回答by Paul Cezanne

I just got myself into a similar situation. I had forgotten to include my in-app purchase and had clicked the submit binary button. There didn't seem to be a way to do it. So I called Apple Dev Support and after awhile they figured out that the best way for me to do it was to submit a binary and then reject the binary.

我只是让自己陷入了类似的境地。我忘记包含我的应用内购买并点击了提交二进制按钮。似乎没有办法做到这一点。所以我打电话给 Apple Dev Support,过了一段时间,他们发现对我来说最好的方法是提交一个二进制文件,然后拒绝这个二进制文件

Then I can add my in-app purchases.

然后我可以添加我的应用内购买。

回答by user3717478

On the Version Information page, there are some links on the right one of which is 'Binary Details'. I clicked on this and was then able to click on 'Reject this Binary'.

在版本信息页面上,右侧有一些链接,其中之一是“二进制详细信息”。我点击了这个,然后就可以点击“拒绝这个二进制文件”。

After doing that, the status of my new version when back to 'Ready to Upload Binary'.

这样做之后,我的新版本的状态回到“准备上传二进制文件”。

回答by antalkerekes

On iTunes Connect navigate to the Manage Your Applicationsmodule, select the application you would like to delete, then on the App Informationpage choose Delete App

在 iTunes Connect 上导航到“管理您的应用程序”模块,选择您要删除的应用程序,然后在“应用程序信息”页面上选择Delete App