Error 0x800B0100 - App Package Must Be Digitally Signed

Suraj Kamya 10 Reputation points
2025-08-29T04:49:14.07+00:00

My app is already published on Microsoft store, now I am trying to upload an update and keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation."

Steps to reproduce:

  1. Preapare UWP build in Unity with Build Configuration: Master
  2. In Visual Studio solution Associate App with existing build
  3. Create app package
  4. On running WACK it throws error 0x800B0100

Here are the details of my setup:

Unity Version: 6.000.0.53f1

Target Platform: UWP

Visual Studio Version: Visual Studio Community 2022 (17.11.0)

Windows Version: Windows 11, version 24H2

Request for Help:

I would greatly appreciate any insights or suggestions on how to resolve this issue. Has anyone else experienced this error, and if so, what steps did you take to fix it? Any help would be immensely valuable! Thank you in advance for your assistance!

I have attached some screen shots..
UnityBuildSettings.png

AfterAppAssociation.png
SignError.png

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

4 answers

Sort by: Most helpful
  1. Suraj Kamya 10 Reputation points
    2025-09-02T04:38:46.17+00:00

    Finally the issue is resolved after updating Visual Studio Community 2022 version

    from 17.11.0 to 17.14.13

    2 people found this answer helpful.

  2. Raymond Huynh (WICLOUD CORPORATION) 825 Reputation points Microsoft External Staff
    2025-09-03T07:42:34.4166667+00:00

    Hello Suraj Kamya,

    I’m glad you got it resolved by updating Visual Studio Community from 17.11.0 to 17.14.13. In short, the newer build fixes a signing/association gap that caused WACK to report 0x800B0100. The update refreshes the Store association workflow (so Package.StoreAssociation.xml is reliably generated and the correct Publisher identity is applied), updates the signing toolchain and certificate handling (proper chain/timestamp on the bundle), and tightens WACK integration so packages built with the “Microsoft Store” option are recognized as correctly signed. That’s why the error disappears after upgrading.

    For anyone landing here:

    • Re‑associate the app and confirm Package.StoreAssociation.xml exists, then package using “Microsoft Store.”
    • Clean bin/obj, ensure Package.appxmanifest Publisher matches Partner Center, and verify with signtool verify /pa.

    Hope this helps others who hit the same issue.

    1 person found this answer helpful.
    0 comments No comments

  3. Suraj Kamya 10 Reputation points
    2025-08-29T07:53:05.92+00:00

    After associating app using

    • Visual Studio → Project → Store → Associate App with the Store (I have only one app).
    • Output consle shows "The association was successful."

    Still following option doesn't shows up

    • Project → Store → Create App Packages → “I want to create packages for the Microsoft Store.”

    I have attached a screenshot which only show another two options
    User's image

    0 comments No comments

  4. Suraj Kamya 10 Reputation points
    2025-09-01T08:18:09.36+00:00

    User's imageUser's imageUser's image

    these are my installations, let me know if I need to modify anything....

    With same setup I was able to publish my app but now for 2nd update this issue showed up!


Your answer

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