简体   繁体   English

是否可以在iOS中更改应用内购买类型?

[英]Is it possible to change In-App-Purchase type in iOS?

I want to know that in iOS is that possible to change type from Auto-renewable to Consumable Or vice versa , after product configuration completed and tested with sandbox user? 我想知道在产品配置完成并通过沙盒用户测试后,是否可以在iOS中将类型从“自动更新”更改为“消耗”,反之亦然?

Any help will be appreciated. 任何帮助将不胜感激。

Thanks 谢谢

No, you can not. 你不能。

It lets you change the product prices without updating the app, but those you setup in the console are final. 它可以让您更改产品价格而无需更新应用程序,但是您在控制台中设置的价格是最终的。

You may create other products at any time, they would have nonetheless, a different ID which you may be required to update depending your Apps needs. 但是,您可以随时创建其他产品,但是它们会有不同的ID,根据您的Apps需求,可能需要更新该ID。

In a nutshell, prices and features, you can. 简而言之,您可以选择价格和功能。 The nature of the product itself you can not, 1$ to 3$ is OK. 产品本身的性质不能,1 $到3 $还可以。 Consumable to Non-Consumable Nope. 消耗品为非消耗品。

I quote Apple: 我引用苹果:

Before you start coding, you need to configure products in App Store Connect for your app to interact with. 在开始编码之前,您需要在App Store Connect中配置产品以与您的应用进行交互。 As you develop your app, you can add and remove products and refine or reconfigure your existing products. 在开发应用程序时,您可以添加和删除产品以及优化或重新配置现有产品。

Products are reviewed when you submit your app as part of the app review process. 在应用程序审核过程中提交应用程序时,将对产品进行审核。 Before users can buy a product, it must be approved by the reviewer and you must mark it as “cleared for sale” in App Store Connect. 在用户购买产品之前,必须经过审阅者的批准,并且您必须在App Store Connect中将其标记为“已批准出售”。

在此处输入图片说明

Therefore, it's a sticky and cumbersome process, no changes allowed. 因此,这是一个棘手且繁琐的过程,不允许进行任何更改。

I hope I helped, if you need any further help please comment. 希望我能提供帮助,如果您需要其他帮助,请发表评论。 Good luck! 祝好运!

Short answer: no, you can't . 简短的回答: 不,你不能

Here is the Apple documentation about it: Create an in-app purchase . 这是有关Apple的文档: 创建应用内购买

If you really need to change the In-App Purchase Type , you have to add a new In-App Purchase in AppStore Connect and set the right configuration for it, then remove the old one. 如果您确实需要更改In-App Purchase Type ,则必须在AppStore Connect中添加新In-App Purchase并为其设置正确的配置,然后删除旧的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM