c# - Package.appxmanifest: Identity-property and certificate (correlation?) -


i'm confused. lot of stuff microsoft development process regarding windows store apps.

i'm going submit app windows store i'm uncertain following in package.appxmanifest file.

<identity name="mycompanyname.123456789" publisher="cn=abcabcab-abca-abca-abca-abcabcabcabc" version="1.0.0.0"/> 

this example , similar created when using a test-certificate.

on windows store dashboard can find identity think i'm supposed use:

enter image description here

in docs says "publisher" property used for:

describes publisher information. publisher attribute must match publisher subject information of certificate used sign package.

what mean? "must match publisher subject information", referring to? since need create real certificate soon, need know stuff needs match before create it.

any appreciated. thanks!

if you're publishing through store don't need worry this. store sign app.

associate app store visual studio , set identity etc. you. don't need manually.

you need handle signing if you're side-loading app.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -