Dishant
Dishant

Reputation: 1595

How to sign Windows Store App?

I just completed my windows 8.1 app and now I want to put it in the store. This is my first app publishing in the store so I want to know that how can I sign my app using self sign certificate. I referred various Msdn articles but they points to signing certificate for that apps that are going to be sideloaded.

Currently I am using Test certificate which can be generated from app manifest file packaging tab.

Thanks in advance.

Upvotes: 0

Views: 162

Answers (1)

Matt Small
Matt Small

Reputation: 2275

You don't need to - Store-submitted apps are signed by the Store itself.

Upvotes: 1

Related Questions