Questions tagged [xbox-one]

Xbox One is a video game console developed and manufactured by Microsoft

Xbox One is a successor to Xbox 360, Microsoft's previous video game console, which was introduced in 2005 as part of the seventh generation of video game consoles. As of June 2013, it remains in production by Microsoft through after a number of small hardware revisions to reduce the unit's size and improve its reliability.

180 questions
20
votes
5 answers

Developing apps for Xbox One?

I've heard that Xbox One application development is quite similar to Windows 8, but I haven't found much to suggest why, or what differences there are. Is there any documentation about creating Xbox One applications (not games, apps.. like Netflix,…
Earlz
  • 62,085
  • 98
  • 303
  • 499
16
votes
3 answers

Controller support for Xbox one in Windows UWP

I am wondering how I am supposed to handle input for UWP apps targeting Xbox One. I have noticed DirectInput, but I see two issues with it for my use cases: From MSDN, it only seems to support Xbox 360 controllers XInput is an API that allows…
James Parsons
  • 6,097
  • 12
  • 68
  • 108
8
votes
1 answer

Xbox one dev mode and Unity free version

I have a retail Xbox one console with Dev Mode activated Unity (latest free version) and a MSDN individual developer account. I am able to deploy test apps from Visual studio on the Xbox however i want to know how do i build and run apps on Xbox…
rony_y
  • 535
  • 1
  • 8
  • 26
8
votes
2 answers

Reverse engineering the Xbox One Smartglass app's API authorization header

Since Microsoft decided to put the profile pages for Xbox Live users behind a login wall for some stupid reason I have been forced to find other means to determine if a Xbox Live user is online or not. To do this I have used mitmproxy to figure out…
Reid Main
  • 3,394
  • 3
  • 25
  • 42
7
votes
1 answer

Windows Live OAuth access XBox Live Info

So, I'm working on a website, and I want users to be able to log in with their xbox account to link their gamer tag to my site. I can use oauth like this: But, I can't figure out how to get xbox live permissions. Other sites that do this have…
Noah Cristino
  • 757
  • 8
  • 29
7
votes
2 answers

Testing windows 10 Universal Application on XBOX One

Is it currently possible to test a UWP application on my own XBOX (not publish, just test on my own personal XBOX One console)? Based on MS's faq: http://www.xbox.com/en-US/developers/ID... "For developers working on Universal Windows Apps, you’ll…
revoxover
  • 965
  • 1
  • 7
  • 10
5
votes
1 answer

How to split triggers on XBOX One controllers?

I'd like to be able to detect trigger pulls independently, but the triggers appear to share a single axis. I didn't see anything on Xbox One controllers in the MSDN docs, but for Xbox 360 controllers, DirectInput triggers share the axis, and XInput…
AGCodes
  • 53
  • 6
5
votes
0 answers

Can I publish my Windows 10 App on Xbox One?

Today, Microsoft is releasing their new Xbox One Experience which is based on Windows 10 OS platform. In developer conference, Microsoft said the Universal App will run everywhere including Xbox One. I am looking for more specific documentation…
7100SW
  • 103
  • 1
  • 7
4
votes
3 answers

How can a UWP/C# app sign in an XBox user and display gamertag?

I am trying to resubmit a UWP app (written in C#/XAML) into the Microsoft store so that it supports "Windows 10 Xbox" in addition to the previously supported Windows Desktop and Windows Phone. I can deploy (using Visual Studio 2017) and run the app…
Greg Thatcher
  • 1,303
  • 20
  • 29
4
votes
2 answers

Installing visual studio on Xbox one/Scorpio

I am wondering if I can install visual studio on Xbox one and later on Scorpio? As you know they are running windows 10 and have a very powerful CPU/RAM and GPU. But in the Microsoft dev center page they've said that "The Universal Windows…
Ashkan S
  • 10,464
  • 6
  • 51
  • 80
4
votes
2 answers

XAML detect if listview item is focused or not

I am trying to detect which item in a listview is focused, but I am not getting the events detected. I am developing for Xbox One UWP, so I cannot use mouse or keyboard events, only focus can be used.
user218404
4
votes
1 answer

Google login issues on Xbox One C# - GoogleWebAuthorizationBroker.AuthorizeAsync

This code works fine in my UWP app when running on Windows 10 desktop/mobile, however on Xbox One I am getting an error: My c# code: credential = await GoogleWebAuthorizationBroker.AuthorizeAsync( new…
Damien
  • 2,911
  • 1
  • 25
  • 47
4
votes
3 answers

Creating universal applications for Consoles (PS4/XBoxOne)

I have been looking all over the place for an answer but I haven't found anything on this yet. I want to create an application (not a game) for PS4 or XBoxOne but so far none of the related websites provides either a good documentation or any…
Ahmed
  • 2,966
  • 7
  • 42
  • 69
4
votes
6 answers

Kinect 2.0 for Xbox One to PC USB 3.0 keeps disconnecting?

Does anyone here use USB 3.0, and can tell me why when I plugin my Xbox One Kinect 2.0 USB 3.0 cable into the computer, why it keeps sporadically disconnecting and reconnecting even though I downloaded all the windows updates, all the graphics card…
Mythros
  • 41
  • 1
  • 1
  • 5
3
votes
1 answer

How do I authenticate with microsoft and retrieve game achievements?

My goal is to retrieve all achievements data for an xbox game without using third party APIs. I have registered an app here: https://apps.dev.microsoft.com I am using Postman to test the REST capabilities of the xbox live api but I believe the…
Jake Cattrall
  • 461
  • 4
  • 20
1
2 3
11 12