0

我正在使用 Visual Studio 2013 的多设备混合应用程序扩展。我如何选择签名时使用的证书。

4

1 回答 1

1

我发布后很快找到了解决方案。

Windows 8: A custom package.appxmanifest file can be placed in the res/cert/windows8 folder 
to override a number of settings. You can grab the generated version in the 
bld/Debug/platforms/windows8 folder after building Debug for the 
Windows Local, Simulator, or Device target

http://www.visualstudio.com/en-us/explore/cordova-faq-vs.aspx

于 2014-10-16T17:47:12.093 回答