In-App-Purchase Product ID In Release Version Only

Yesterday I released a new version of the application, which is added to the application purchases. We tested the test account in isolated mode, and everything worked correctly, however, as soon as we download the application from the application store, the method SKProductsRequestDelegate:

(void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response

returns an invalid product id instead of a valid one. I'm confusing because I had these problems before, but only when trying to get them to work in debug mode, never after the application was released from the application store. I double checked everything in the list here http://troybrant.net/blog/2010/01/invalid-product-ids/ and none of them are a problem.

Here is another thread, which is exactly my problem, but there is no solution: iOS in App Purchase - “Invalid product identifier” in the version, NOT a development version

0
source share
3 answers

It turns out that there is magic in applications. Around 8 pm, we noticed that everything started normally. Earlier, we filed a request for help from Apple, but did not receive a response, so I'm not sure if this happened, or it was just one of those things that we had to wait.

0
source

I also encounter this problem, and after 22 hours the problem will be fixed automatically. Therefore, I think that this is a problem with the applet store, that the apple needs some time to add your iap ID to its server.

+1

, Apple Developer Forum, . , .

: https://devforums.apple.com/thread/233371

0

All Articles