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.

172 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
  • 57,517
  • 89
  • 275
  • 484
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…
an earwig
  • 5,690
  • 12
  • 59
  • 101
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,167
  • 3
  • 23
  • 41
7
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
  • 367
  • 1
  • 5
  • 17
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
  • 655
  • 1
  • 6
  • 10
6
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
  • 763
  • 8
  • 29
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,223
  • 13
  • 21
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,801
  • 1
  • 23
  • 45
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,238
  • 5
  • 32
  • 58
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

Navigation not working in XBOX1 application

I have created a java script based application(bbc tal framework) and build it as Universal windows platform application. The application is working fine in the windows 10 machine, but when I try to open it from XBOX1 the navigation are not at all…
Arunprasanth K V
  • 17,147
  • 8
  • 33
  • 63
3
votes
3 answers

StoreContext User property is always null in single-user UWP application

I'm developing an application for UWP (Universal Windows Platform) with availability on Windows 10 and Xbox One devices. The app is a single user application. I'm trying to determine at runtime a unique identifier for the active signed-in user --…
3
votes
2 answers

Can Javascript detect UWP?

I'm building a little game using NodeJS and EaselJS that runs great in-browser, locally hosted. I downloaded Visual Studio and started the process of creating a UWP from it so that I can play on my Xbox One. Visual Studio is basically just the…
1
2 3
11 12