Can't use trusted certificate for side loading and for the store

Sensus Mobile Software 21 Reputation points
2020-06-16T11:14:24.92+00:00

I have a UWP application which we want to publish through side loading and the Windows store. We purchased a trusted code signing certificate. The subject of the certificate does not match the Package/Identity/Publisher assigned to us for our store app. When I set the appxmanifest Package/Identity/Publisher to match the certificate's subject the store rejects the application, but side loading. If I set the Package/Identity/Publisher to what the store assigned to us, add EnableSigningChecks=false to the .csproj file, and upload; the store still rejects the application with "Invalid package publisher name". It seems to use the subject from the certificate instead of what is in the .appxmanifest file.

I want the app's package name to be the same between the side loaded and store application so that a user could side load the application, but then later upgrade from the store. Currently the side loaded and store app would install side by side since Windows would consider them as different applications.

How can I use the trusted certificate with the different subject from Package/Identity/Publisher to create a side load and store app which resolve to the same package name so that they are considered the same application? Can Microsoft modify my app's Package/Identity/Publisher to match my certificate?

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,051 Reputation points Microsoft Vendor
    2020-06-17T02:42:37.103+00:00

    Hello,

    Welcome to Microsoft Q&A!

    How can I use the trusted certificate with the different subject from Package/Identity/Publisher to create a side load and store app which resolve to the same package name so that they are considered the same application?

    No, this is not possible.

    There is something that needs to be clarified. UWP apps need to be signed with a certificate so that they could be sideloaded or uploaded to the store. If you want to upload your app to the store, the store will sign the app with the certificate that matches the developer account you used. That's why the store rejects your app because you are using a different signing certificate.

    Also, if your app is uploaded to the store with your developer account, and you sideloaded your app with another certificate, both of the apps will exist in the system because the system will consider them as two different apps.

    Another thing is that may I know why you purchased a certificate instead of using your own certificate?

    Thank you.


0 additional answers

Sort by: Most helpful