This submission failed with error code(s) 2003,1201
Asked Answered
F

3

8

We have created a Windows Store app and are running into error code(s) 2003 and 1201 while trying to submit the app to the store. Apparently these errors are not documented in the documentation and there is pretty much absolutely nothing that we can find about these online. Hoping somebody have a knowledge about their resolution and is willing to share it here. enter image description here

Freed answered 19/5, 2018 at 10:14 Comment(0)
L
4

I recommend you to contact the Dev Center support, as they will know what is the cause of this error and will assist you with fixing it. I suspect the problem is some kind of backend issue on their side. You can choose either to create a e-mail based incident on chat with the support live.

You can also post the problem on the dedicated forums (same link as above), to see whether someone else has seen it as well.

Lavern answered 20/5, 2018 at 14:25 Comment(5)
I have reached out to the support team and they say the engineering is looking into it. I shall post any resolution they advise of. So far it is just wait and see :(Freed
Were you able to fix the problem? I'm getting the same error.Fibrinolysin
I had code 1201, and I did nothing but resubmitting the update. It went through without any problem. At least code 1201 is an backend error.Hamid
Its September 2020, I am still getting this error :(Cabinda
Honestly this is naive. Dev Center has never helped anybody. Actually I haven't received even useful response from them as they try to avoid to say anything that is precise in order to cover the problems. That is how the problems are handled at least in last year or two.Henryhenryetta
T
4

It looks like error 1201 is a long-standing issue (bug) with the store.

From the link above, it looks like some people have been able to overcome this issue by upgrading (or just changing) UWP .NET CORE to a different version, or changing or updating their version of Visual Studio.

It looks like you have also posted on this link, and are using UWP Platform 6.2.0. I believe this version is currently considered to be a "Preview" version.

If I was you, I would try rolling back to a previous version (via NuGet Package Manager in Visual Studio). I would suggest you try 6.1.4 (latest stable. as of 5/20/2018), or even earlier 6.0.8

Toluca answered 20/5, 2018 at 17:9 Comment(5)
We changed the UWP platform to 6.1.4 and now the error 2003 is gone but 1201 is still with us.Freed
Can you try changing to 6.0.8?Toluca
Did but 1201 stayed with us 😔Freed
Have you tried with Visual Studio 2015 (instead of 2017)?Toluca
If we do that then we may lose the functionality that was introduced to our app so right now going back to 2015 does not look a good option for us :(Freed
H
0

In case it is helpful to others, I am sharing my solution that worked on 2021-11-12. I encountered error 1201:

enter image description here

I deleted the submission and resubmitted exactly the same package and it worked. It appeared to be a Microsoft Store glitch.

Hamid answered 13/11, 2021 at 11:47 Comment(1)
Does not help for me, same error: This submission failed with error code(s) 1201. More info about the error(s) can be found here.Sapele

© 2022 - 2024 — McMap. All rights reserved.