Reputation: 115
I took over developing of winrt mobile app. I have one question, app has two certificates. "appName_StoreKey.pfx" and "appName_TemporaryKey.pfx". I cen easly create "appName_TemporaryKey.pfx" from visual studio. Where can I create "appName_StoreKey.pfx"? It is created during creating app packages to the store?
Upvotes: 1
Views: 64
Reputation: 2228
It's created when you associate the project to a store app entity.
Upvotes: 1