如何在 VS 2017 中为 Cordova 续订商店证书

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

我读了这个linkMSDN

我有一个 Apache Cordova 应用程序,Package.appxmanifest 在 Visual Studio 2017 中不存在。但是,如果我导航(在 Windows Explorer 中)到 platforms/windows, 我找到它了。

我尝试将此文件复制到 root/www 以便在 VS 2017 中查看 ant 尝试使用 App Manifest Designer 打开但收到未指定的错误。

如何更新这个疯狂的证书?

我尝试重新关联商店,创建一个新项目和同样的问题。

How I renew this crazy certificate?

默认情况下,Cordova 模板不会公开 Visual Studio 平台的解决方案文件。如果您需要访问它,您可以按照以下路径打开文件夹资源管理器:

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

打开 Windows 平台的解决方案后,您可以找到清单并在设计器模式下打开它,以便您可以在 link 之后续订证书:

这是更新 Windows 10/8.1 证书的完整指南。这是专门针对 Visual Studio 中使用 Apache Cordova 工具创建的应用程序,我希望它能帮助遇到类似问题的任何人。

Renew Windows 10 PFX certificate for Cordova App with Visual Studio