简体   繁体   中英

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$. Do I need to have multiple products in 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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