Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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: enter image description here

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.

like image 254
superwave Avatar asked Jun 30 '14 03:06

superwave


1 Answers

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

like image 113
lnjuanj Avatar answered Oct 22 '22 11:10

lnjuanj