question

ToddSpatafore-5931 avatar image
0 Votes"
ToddSpatafore-5931 asked TejaswiVinnakota-3638 commented

Using the Store API how do I Submit an In App Product?

I used the instructions found here:
https://docs.microsoft.com/en-us/windows/uwp/monetize/csharp-code-examples-for-the-windows-store-submission-api

To create an IAP using the API in C#. It successfully creates the IAP but it won't submit. Initially I got a:

 ---> System.Exception: { "statusCode": 429, "message": "Rate limit is exceeded. Try again in 290 seconds." }

This was with creating one IAP. So I slowed down the code by putting 30 seconds in between each step and a 5 minute wait before submitting. This allowed me to successfully submit the IAP Submission, but I then received the error:

 Submission has failed. Please check the Errors collection of the submissionResource response.

When I investigate it with a debugger I see the error that I have this message:

 Submission has active validation errors which cannot be exposed via API, please visit https://developer.microsoft.com to see the issue.


Has anyone been successful in submitting an IAP Submission using the Store API? Help?


partner-center-general
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Well based on the error message, there are errors that can't be shown via submission API. Please try to submit it in the Partner Center manually. If there are validation errors and you should be able to know what are those errors.

1 Vote 1 ·

Have you finally got it working? I have the same problems.

0 Votes 0 ·

@ToddSpatafore-5931 @vexakul-5864 Would like to know if you are able to proceed and make a successful submission?

0 Votes 0 ·

0 Answers