Reputation: 6541
Suddenly, when running a build of my Windows Store app I got the error.
error APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478
There is a link to the Renewing a certificate
page but it's just a circular reference.
Upvotes: 13
Views: 5217
Reputation: 4134
You have to create a new certificate:
Then you can update your microsoft store app
Upvotes: 0
Reputation: 6541
The information was there - just buried at the bottom of the page:
.appxmanifest
file in Visual Studio (app manifest designer view)Upvotes: 26