从新版本的应用程序(iOS)中删除应用程序内购买

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

Removing in app purchases from a new version of the application(iOS)

iphoneiosapp-storein-app-purchaseversion

提问by user2353484

I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it lead to rejection because the user wont be able to restore those in app purchases? What would be the best way to go about it ?

我有一个在 iTunes 上运行的应用程序。该应用程序包含大量应用程序内购买(非消耗品)。我希望从新版本中删除对某些应用内购买的支持。我可以做吗 ?是否会因为用户无法恢复在应用程序中购买的内容而导致拒绝?最好的方法是什么?

回答by archsten

From the iTunes Connect Developer Guide, you need to first set the "Cleared for sale" to NO, then delete the product.

iTunes Connect Developer Guide 中,您需要先将“Cleared for sale”设置为 NO,然后删除该产品。

Deleting In-App Purchases You can delete in-app purchases after they are created, but not if they are in review. Before you delete an approved in-app purchase, you should first remove it from sale.

Important: After you delete an in-app purchase, it is no longer searchable on iTunes Connect and it cannot be restored. The product ID for the in-app purchase can no longer be used for another in-app purchase after the in-app purchase is deleted.

删除应用内购买 您可以在创建后删除应用内购买,但如果它们正在审核中则不能。在删除已批准的应用内购买之前,您应该先将其从销售中删除。

重要提示:删除 App 内购买项目后,它将无法再在 iTunes Connect 上进行搜索且无法恢复。删除应用内购买后,应用内购买的产品 ID 不能再用于其他应用内购买。

回答by bahmed

Yes, it is possible to delete an in-app purchase while it is in Approved state.

是的,可以在 App 内购买处于已批准状态时将其删除。

1 - Log in to iTunes Connect & navigate to "Manage Your Apps section"; chose your app in there.

1 - 登录 iTunes Connect 并导航到“管理您的应用程序”部分;在那里选择你的应用程序。

2- Navigate to "Manage In-App Purchases"

2-导航到“管理应用内购买”

3- Now you need to mark the approved in-app purchased to "NOT clear for sale". Click the first "Edit" button that lets you change the summary/details of the in-app purchase. A new form/page will open. Search for "Clear For Sale" option and select "No" against it. Save your change.

3- 现在您需要将已批准的应用内购买标记为“未清仓出售”。单击第一个“编辑”按钮,可让您更改应用内购买的摘要/详细信息。将打开一个新表格/页面。搜索“Clear For Sale”选项并选择“No”。保存您的更改。

4- A "delete" button will now appear at the top left corner of in-app details page. Just click that button and the in-app will be deleted.

4-“删除”按钮现在将出现在应用内详细信息页面的左上角。只需单击该按钮,应用程序内将被删除。