Re-use the product id of the deleted item in ItunesConnect

自作多情 提交于 2020-01-03 08:28:06

问题


I've deleted an In-App-Purchase items by mistake.

I try to create a new one with the same product id, but the error shows:

I want to use the same product id instead of create a unique new one. how could I re-use this product id in In-App-Puchase? or it means I should never use the same product id again?

thanks.


回答1:


The answer is simple, yet painful: After you use a Product ID for one product, it can't be used again, even if the product is deleted.

This is the documentation that says so: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnectInAppPurchase_Guide/Appendices/InAppPurchaseProperties.html



来源:https://stackoverflow.com/questions/24482532/re-use-the-product-id-of-the-deleted-item-in-itunesconnect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!