Xbox Companion Mac

App

Bring together all of your Xbox friends, games and achievements to your Windows 10 PC with the help of this neat software application

The Xbox app keeps you connected to your gaming community on your phone or tablet. Easily share game clips & screenshots, chat, view achievements and get notifications. Plus, play games from your console. Compatible with iOS version 10. If you've got an Xbox One and a Mac you might like this video. Basically, with a bit of software called onecast you can play Xbox One on your Mac via a strea. Stream music and video content to your Xbox console using PlayTo Xbox feature that enables your Xbox 360 or Xbox One console to play streamed media from compatible devices and apps in Windows 10, including the Groove Music and Movies & TV apps.

Online gaming has two purposes: relieving some of the stress and boredom accumulated over the day, and making new friends or bringing older ones closer together. The only problem is the hardware barrier dividing gamers, namely the console and PC platforms.Xbox Console Companion is a neat software app that will bring together your friends, games, and achievements across Xbox One and Windows 10 devices.

A community dedicated store app

Most of the features that this app brings to the table revolve around the concept of bringing people, friends and strangers alike together. For example, you can join or create your clubs where you can go to play and chat with friends and other gamers like you.Getting in touch with people with similar gaming tastes and game styles is also a piece of cake since you can find games by checking Looking for Group posts, or post one that fits your personality and playstyle.The final hint that this app is dedicated to the community is that you get instant access to chat, sharing, parties, Game DVR, and achievements across PC and Xbox One.

Share content between your Xbox and Windows 10 PC easily

Recording and keeping track of your best gaming moments is made easy since you can download your favorite game clips and screenshots straight to your Windows 10 PC.Besides saving the content for yourself, you can choose to stream your favorite games and entertainment from Xbox One to a Windows 10 PC while using your Xbox One controller.Since you'll be using the PC to chat with your Xbox friends, typing will be greatly simplified due to the use of a keyboard instead of the console.

A great app to avoid the gaming platforms barrier

Xbox Console Companion is a neat software tool that brings gamers from different platforms together, lets them chat, exchange impressions and strategies, share their achievements and make new friends. All in all, it is a great addition to any social gamer's virtual library.

Filed under

Xbox Console Companion was reviewed by Teodor Nechita
4.0/5
New in Xbox Console Companion 39.39.1002.00000:
  • Bug fixes
Read the full changelog
Load comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policyCompanion

Xbox Console Companion 48.76.8001.0

add to watchlistsend us an update
8 screenshots:
runs on:
Windows 10 32/64 bit
file size:
55.7 MB
main category:
Others
developer:
visit homepage

top alternatives FREE

top alternatives PAID

-->

The Universal Windows Platform (UWP) on Xbox development environment consists of a development PC connected to an Xbox One console through a local network.The development PC requires Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019.The development PC also requires Windows 10, the Windows 10 SDK build 14393 or later, and a range of supporting tools.

This article covers the steps to set up and test your development environment.

Xbox App On Macos

Visual Studio setup

  1. Install Visual Studio 2015 Update 3, Visual Studio 2017, or Visual Studio 2019. For more information and to install, see Downloads and tools for Windows 10. We recommend that you use the latest version of Visual Studio so that you can receive the latest updates for developers and security.

  2. If you're installing Visual Studio 2017 or Visual Studio 2019, make sure that you choose the Universal Windows Platform development workload. If you're a C++ developer, make sure that you also select the C++ Universal Windows Platform tools checkbox in the Summary pane on the right, under Universal Windows Platform development. It's not part of the default installation.

    If you're installing Visual Studio 2015 Update 3, ensure that the Universal Windows App Development Tools check box is selected.

Windows 10 SDK setup

Install the latest Windows 10 SDK. This comes with your Visual Studio installation, but if you want to download it separately, see Windows 10 SDK.

Enabling Developer Mode

Before you can deploy apps from your development PC, you must enable Developer Mode. In the Settings app, navigate to Update & Security / For developers, and under Use developer features, select Developer mode.

Setting up your Xbox One

Xbox Companion Mac

Before you can deploy an app to your Xbox One, you must have a user signed in on the console.You can either use your existing Xbox Live account or create a new account for your console in Developer Mode.

Create your first app

  1. Make sure your development PC is on the same local network as the target Xbox One console. Typically, this means they should use the same router and be on the same subnet. A wired network connection is recommended.

  2. Ensure that your Xbox One console is in Developer Mode. For more information, see Xbox One Developer Mode activation.

  3. Decide the programming language that you want to use for your UWP app.

  4. On your development PC, in Visual Studio, select New / Project.

  5. In the New Project window, select Windows Universal / Blank App (Universal Windows).

Xbox Companion App Download For Mac

Companion

Starting a C# project

  1. In the New Universal Windows Project dialog, select build 14393 or later in the Minimum Version dropdown. Select the latest SDK in the Target Version dropdown. If the Developer Mode dialog appears, click OK. A new blank app is created.

  2. Configure your development environment for remote debugging:

    a. Right-click the project in the Solution Explorer, and then select Properties.

    b. On the Debug tab, change Platform to x64. (x86 is no longer a supported platform on Xbox.)

    c. Under Start options, change Target device to Remote Machine.

    d. In Remote machine, enter the system IP address or hostname of the Xbox One console. For information about obtaining the IP address or hostname, see Introduction to Xbox One tools.

    e. In the Authentication Mode drop-down list, select Universal (Unencrypted Protocol).

Starting a C++ project

  1. In the New Universal Windows Project dialog, select build 14393 or later in the Minimum Version dropdown. Select the latest SDK in the Target Version dropdown. If the Developer Mode dialog appears, click OK. A new blank app is created.

  2. Configure your development environment for remote debugging:

    a. Right-click the project in the Solution Explorer, and then select Properties.

    b. On the Debugging tab, change Debugger to launch to Remote Machine.

    c. In Machine Name, enter the system IP address or hostname of the Xbox One console. For information about obtaining the IP address or hostname, see Introduction to Xbox One tools.

    d. In the Authentication Type drop-down list, select Universal (Unencrypted Protocol).

    e. In the Platform drop-down, select x64.

Xbox Console Companion App Mac

PIN-pair your device with Visual Studio

  1. Save your settings, and make sure your Xbox One console is in Developer Mode.

  2. With your project open in Visual Studio, press F5.

  3. If this is your first deployment, you will get a dialog from Visual Studio asking to PIN-pair your device.

    a. To obtain a PIN, open Dev Home from the Home screen on your Xbox One console.

    b. On the Home tab, under Quick actions, select Show Visual Studio pin.

    c. Enter your PIN into the Pair with Visual Studio dialog. The following PIN is just an example; yours will differ.

    d. Deployment errors, if any, will appear in the Output window.

Xbox Console Companion Mac

Congratulations, you've successfully created and deployed your first UWP app on Xbox!

Xbox Companion Download Mac

See also