appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

[TIMOB-24157] Install certificate in new window #60

Closed infosia closed 7 years ago

infosia commented 7 years ago

TIMOB-24157

When we install Windows Store app, we need to ensure developer certificate installed first, and then it needs to be executed in a new Window to workaround user-input issue in Node.js (described in the ticket).

To see if you already installed developer certificate, launch “Manage user certificates” from control panel and navigate to “Trusted People > Certificates”. “CMake Test Cert” is the developer cert. You can remove it in order to test this issue.

60735_certmgr

appc run -p windows --wp-sdk 10.0 --target ws-local -l trace
garymathews commented 7 years ago

CR: PASS FT: PASS

Installs certificate correctly 👍