gilvandev
gilvandev

Reputation: 109

How do I renew the Store certificate for Cordova in VS 2017

I read this link MSDN.

I have a Apache Cordova App and the Package.appxmanifest doesn't exists in the Visual Studio 2017. But, if I navigate (in Windows Explorer) to platforms/windows, I find it.

I try to copy this file to root/www to view in the VS 2017 ant try to open with App Manifest Designer but received an error not specified.

How I renew this crazy certificate?

I try to re-associate with the Store, create a new project and same problem.

Upvotes: 1

Views: 387

Answers (2)

andreszs
andreszs

Reputation: 2956

Here's a complete guide to update the Windows 10/8.1 certificate. This is specifically targeted for apps created with Tools for Apache Cordova in Visual Studio, I hope it helps anyone facing similar issues.

Renew Windows 10 PFX certificate for Cordova App with Visual Studio

Upvotes: 1

Zhendong Wu - MSFT
Zhendong Wu - MSFT

Reputation: 1829

How I renew this crazy certificate?

By default, Cordova template doesn't disclose the solution file for platform in Visual Studio. If you need to access it, you could open the folder explorer following the path below:

Projects> Your Apps > platforms > Windows > Your Apps.sln

After opening the solution for Windows platform, you could find the manifest and open it in Designer mode so that you're able to renew your certificate following that link: enter image description here

Upvotes: 3

Related Questions