InAppPurchase create problem

Hello,

I try to create a product in app purchase with the API calls. I meet a problem during this creation for some products, see the error message :

Erreur lors de l'appel d'API Apple : { "errors" : [ { "id" : "89876075-5f2a-44ea-a910-fcbcf95ea641", "status" : "409", "code" : "ENTITY_ERROR.ATTRIBUTE.INVALID.DUPLICATE", "title" : "The provided entity includes an attribute with a value that has already been used", "detail" : "This product ID has already been used", "source" : { "pointer" : "/data/attributes/productId" } } ] }

It seems that the productId has already created but when we check in the app we cannot find its.

Is it possible that if the productId has already created and deleted after ? And now we cannot created again with the samed productId ?

Thank you in advance to help us.

Best Regards.

Answered by endecotp in 787706022

Is it possible that if the productId has already created and deleted after ? And now we cannot created again with the samed productId ?

It is true that you cannot re-use deleted product IDs.

Accepted Answer

Is it possible that if the productId has already created and deleted after ? And now we cannot created again with the samed productId ?

It is true that you cannot re-use deleted product IDs.

Thanks for your answer.

InAppPurchase create problem
 
 
Q