Windows Publishing (Cordova)

1. Preparing your PC

Depending on your PC download the Windows 8 SDK here or the Windows 10 SDK here. Download Visual Studio here by selecting "Download Community 2015." Select where you would like to install "Visual Studio." Then select "Next." Select the following features from the provided feature list. Then select "Next." Then select "Install" to start your installation. -Microsoft Web Developer Tools -HTML/JavaScript (Apache...

Read more ...

2. Publish to HTML5

In Creator click "Publish." Click "Publish as New Game" or update an existing game.  Select the HTML5 platform. Enter you app "Nickname" and "Display Name." You can upload an App Icon and Custom Loading Wheel. Select "Generate App." Once your app has generated select "Download App,"  to download your HTML5 app folder to your computer....

Read more ...

3. Generate your app

Create a Folder on your Desktop and name it anything you'd like. For this example we named ours CordovaTest. Press your Windows key, type in “cmd”, and hit enter to launch the command prompt. Type cd and drag the folder you created into the Command Prompt then hit enter. Run the following command using whatever...

Read more ...

4. Sign your app

Run Command Prompt as admin. (Press windows key, type "cmd". Then right click and select "Run As Admin".) Copy and paste the following command into your Command Prompt to change your directory. cd C:\Program Files (x86)\Windows Kits\8.1\bin\x64 Run the following command to create .pvk and .cer files. Replace the publisherName parameter with your "CN=Company Name, O=Organization, C=Two...

Read more ...