Configuring a Machine
Install Visual Studio 2015 Update 2. Make sure that you choose Custom install and select the Universal Windows App Development Tools not part of the default install.
Requirements
- Windows Dev Center account
- Visual Studio 2015 Update 2.
- Xbox Gaming Console.
The following are the important steps to deploy a Universal Application in XBOX One.
- Make sure your development PC and Xbox One device is connected in the same network.
- If the developer mode is not enabled then it means you have to enable them by visiting the link.
- Now move to Universal Windows Application creation.
In Visual Studio
Step 1
Select New Project and then select Windows -> Universal -> Blank App.
Step 2
Select the default options in the New Universal Windows Project dialog. If the Developer Mode dialog appears, click OK. A new blank App is created.
Step 3
On the Debug tab, change Target device to Remote Machine.
Step 4
In Remote machine, enter the system's IP address or hostname of the Xbox One Console.
Step 5
In the Authentication Mode drop-down list, select Universal (Unencrypted Protocol). Finally, your Application is deployed in XBOX device.