Search code examples
windows-store-appswin-universal-appwindows-10windows-10-universalwindows-10-mobile

Error 1300 while submitting UWP app to Windows Store


Since I've upgraded to Visual Studio 2015 Update 3, every new submission to Windows Store generates an error code 1300 as such:

The submission failed with error code(s) 1300. More info about the error(s) can be found here.

I've never experienced this kind of error with older updates of Visual Studio.

I've tried several submissions but it fails constantly.

I can't upgrade my app anymore, does anyone experience the same issue?


Solution

  • I've found a workaround.

    It seems there's an issue at this time with NuGet package Microsoft.NETCore.UniversalWindowsPlatform 5.2.0

    I've downgraded from 5.2.0 to 5.1.0 for each project of my solution, which has solved my issue.