Publishing our UWP app to the MS store

Mauricio Korbman 6 Reputation points
2025-11-03T19:11:11.8933333+00:00

We have been able to publish our app in the past. Suddenly about 5 days ago, publishing stopped working; we get the following error when trying to publish from within VS. Help!

Thank you!

Developer technologies | Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Nguyen (WICLOUD CORPORATION) 4,160 Reputation points Microsoft External Staff Moderator
    2025-11-04T06:48:42.0666667+00:00

    Hi,

    Thanks for posting reporting this error.

    This issue has previously been resolved for some users by updating Visual Studio but based on recent community threads it appears to have resurfaced again without an official published root cause.

    Recommended quick checks (please work through these before opening a support ticket):

    1. Visual Studio version
      • In VS: Help → About. If not on latest VS 2022 (17.14.x or newer), update first (Installer → Update).
      • After updating: sign out of VS (Account Settings), restart VS, sign back in.
    2. Partner Center account health
      • Sign in at the Partner Center dashboard and confirm:
        • Status shows “Active” (no “Action required” banners for verification, tax, payout, identity).
        • You can see and open the app’s overview page.
      • Verify your role (Owner / Manager or equivalent with app management + submission permissions).
    3. App name & manifest consistency
      • In your project’s Package.appxmanifest (XML view), check the Identity Name and Publisher match exactly what the app shows in Partner Center.
    4. Manual submission fallback
      • Build the package in Visual Studio (create the .msix/.appxupload) and try submitting manually through Partner Center.
      • If manual submission works, the block is likely limited to Visual Studio’s app list / association API.

    If the problem persists after these steps, please submit reports through these channels:

    I hope this helps and best of luck to you.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.