xcode 如何从 App Store 和开发者帐户中删除 App?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7984073/
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
How to remove App from App Store and Developer account?
提问by Zhen
currently, I have an app ready for sale in the app store. I want to remove it and re-submit a new but identical app using a different account.
目前,我有一个应用程序准备在应用程序商店出售。我想删除它并使用不同的帐户重新提交一个新的但相同的应用程序。
I understand that I need to remove the app from the store and I found the steps here
我知道我需要从商店中删除该应用程序,我在此处找到了步骤
How to remove an iOS app from the App Store
However, can I check if it is necessary to delete the app from the old developer's account before resubmitting it via the new account?
但是,在通过新帐户重新提交之前,我可以检查是否需要从旧开发者帐户中删除该应用程序吗?
回答by Mayur
To remove an app from the App Store, deselect all territories in your app's Rights and Pricing section on the App Summary page accessible from the Manage Your Applications module. Your app status will change to Developer Removed from Sale and will be removed from the App Store until you make it available again using the Rights and Pricing section.
要从 App Store 中删除应用程序,请在“管理您的应用程序”模块访问的“应用程序摘要”页面上取消选择您应用程序的“权利和定价”部分中的所有地区。您的应用程序状态将更改为开发者已从销售中删除,并将从 App Store 中删除,直到您使用“权利和定价”部分再次提供它为止。
Hope This Helps.
希望这可以帮助。
回答by CSmith
You'll likely need to assign a new Bundle Identifier to your app ... you cannot have an identical bundle identifier on the app store under different accounts. I believe you'll find that this is the case even if you've removed the app from the initial account, since users may have already installed your app.
您可能需要为您的应用程序分配一个新的捆绑标识符......在不同帐户下的应用商店中不能有相同的捆绑标识符。我相信您会发现即使您从初始帐户中删除了应用程序也是如此,因为用户可能已经安装了您的应用程序。
回答by Rob
See Removing an App from Salein the iTunes Connect Developer Guidewhich says:
请参阅iTunes Connect 开发人员指南中的从销售中删除应用程序,其中说:
To remove your app from sale on the store
- Open the App Details page for the app, as described in Creating an iTunes Connect Record for an App.
- Click Pricing.
- Open the list of store territories.
- If the app is only available in some territories, the list of territories is displayed.
- If the app is available in all territories, open the list of territories by clicking the “specific territories” link.
- Click Deselect All.
- Click Save. The status changes to Developer Removed From Sale. Within 24 hours, your app won't be seen on the store.
To sell an app you previously removed from sale, you must put it back on sale in the territories you want it to be sold in.
Note: If you remove a version from sale and then add a new version, the new version will remain Removed from Sale as well, even after it is approved by App Review. To release the new version, you need to clear the app for sale again.
将您的应用从商店中的销售中移除
- 打开应用程序的应用程序详细信息页面,如为应用程序创建 iTunes Connect 记录中所述。
- 单击定价。
- 打开商店区域列表。
- 如果该应用程序仅在某些地区可用,则会显示地区列表。
- 如果该应用程序在所有地区都可用,请单击“特定地区”链接打开地区列表。
- 单击取消全选。
- 单击保存。状态更改为“开发商已下架”。在 24 小时内,您的应用将不会出现在商店中。
要销售您之前下架的应用程序,您必须将其在您希望销售的地区重新销售。
注意:如果您从销售中删除一个版本,然后添加一个新版本,即使在 App Review 批准之后,新版本也会保持从销售中删除。要发布新版本,您需要再次清除该应用程序以进行销售。
回答by Walter
I think that if you want the app to have the same name then you will have to remove the other one first.
我认为如果您希望应用程序具有相同的名称,那么您必须先删除另一个应用程序。

