简体   繁体   English

重复使用非消耗性产品代码

[英]Reusing Non-Consumable product code

Say, in my app, I offer books. 说,在我的应用程序中,我提供书籍。 Correct me if I am wrong, book are non-Consumable products. 如果我错了,请指正我的书,这是非消耗性产品。 Say, every book costs 1$. 假设每本书的价格为1美元。 Do I need to have multiple products in itunes? iTunes是否需要多个产品? Or can I have one product and repurchase it (reuse it's product code), for every new request to buy another book. 或者我可以为每一个新的购买另一本书的请求购买一个产品并重新购买(重复使用它的产品代码)。

No you can't use the same ID for every book, you will get refused with a warning message when one non-consumable is resold. 不,您不能为每本书使用相同的ID,否则当转售一本非消耗品时,您将收到警告消息,并被拒绝。

Have a look at the overview of in-app purchases below: 在下面查看应用内购买概述:

https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewoftheStoreKitAPI.html#//apple_ref/doc/uid/TP40008267-CH100-SW1 https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/StoreKitGuide/APIOverview/OverviewofStoreKitAPI.html#//apple_ref/doc/uid/TP40008267-CH100-SW1

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

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