Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
4
votes
2 answers

Xbox Application Development using C# and Visual Studio

I have been investigating into application (not games) development on Xbox but i could not find any help or tutorial which i could use as a starting point for my project like a basic template. I have an Xbox Live Account which i know is needed for…
Suny
  • 1,175
  • 1
  • 10
  • 27
4
votes
3 answers

How do I debug IE on the Xbox

Working for a company providing a web-based solution, we are keen to get our site working on Internet Explorer on the xbox. Our site works on IE6 - 10 as well as the main other browsers, however it doesn't work on the xbox's solution. It uses JS and…
James Nurse
  • 396
  • 4
  • 19
3
votes
1 answer

How can I add Xbox Gamertag scope in Azure App Directory sign in?

EndGoal: Need to get Gamertag of Xbox in Azure App Directory sign in via microsoft account. right now getting basic information name, email, id, display name i just need gamertag for my work. Getting this error AADSTS70011: The provided request must…
3
votes
1 answer

UWP - Xbox One - JavaScript - disable gamepadB default back navigation behaviour

I have a pure JavaScript/React bundled pwa/hosted web app running on Xbox One. The app has its own custom navigation. I want to disable gamepadB default history.goBack() behaviour. As per xbox one controller prevent default back button behavior with…
B3356546
  • 51
  • 6
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
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
  • 20,733
  • 8
  • 41
  • 71
3
votes
4 answers

scraping Xbox Live member current activity

I'm looking into how to get a Xbox Live member's presence (i.e. Not Online, Online playing _). The only way is to be signed into Xbox.com, visit the player's page, and scrape some text from a div. …
AndrewFerrara
  • 2,383
  • 8
  • 30
  • 45
3
votes
0 answers

UWP Xbox dev mode caches deployed app

I'm developing an Xbox app with a team of several developers and we have all experienced this scenario every day or so, where changes made to code aren't being deployed to the remote machine during debugging. I'll make some code changes, then launch…
Scott
  • 1,011
  • 1
  • 15
  • 30
3
votes
1 answer

Reading an Xbox controller in a WPF application

Is it possible to read an Xbox One controller in a WPF application? I'm connecting it through a USB cable. I'd like to get boolean values from buttons and be able to read analog values from sticks and triggers. I will be using those values to…
Nollie
  • 141
  • 2
  • 11
3
votes
2 answers

Is there an Xbox One control API?

I am wondering if there is an API for Xbox One that allows you to boot it up (similar to how the Xbox App on Windows 10 can boot it up) amongst other things?
Christoffer
  • 545
  • 1
  • 5
  • 19
3
votes
2 answers

C# - Can't resolve XInput namespace in DirectX SDK (November 2008)

I'm just starting to play around with directx and I've read a few articles on the internet that use XInput to interface with the Xbox controller. When I try to use it in my c# app, I can't seem to find the correct assembly to reference. From what I…
3
votes
3 answers

UWP app on Xbox

During the events and promotions around Windows 10, I always see that the UWP apps can run on all devices from Microsoft family. To confirm that, when I am browsing for UWP apps on my browser and I click to see the source code from an app page, I am…
P. Ted
  • 71
  • 7
3
votes
1 answer

Xbox One Kinect and JavaScript

I have a Kinect V2 sensor that came with my Xbox One and a Kinect for Windows adapter. Using SDK 2.0 I am able to run the sample codes. I wanted to try and interact with the device using JavaScript and I noticed this was an option with the 1.8…
skrieder
  • 379
  • 1
  • 2
  • 8
3
votes
1 answer

Can you use the Kinect for Xbox for Kinect Fusion?

I have a Kinect for Xbox that I would like to use for Kinect Fusion, but it doesn't recognize the sensor when it is plugged in. Would I need a Kinect for Windows to be able to use Kinect Fusion?
Tenebrae
  • 31
  • 5
2
votes
1 answer

Xna Xbox framedrops when GC kicks in

I'm developing an app (XNA Game) for the XBOX, which is a pretty simple app. The startpage contains tiles with moving gif images. Those gif images are actually all png images, which gets loaded once by every tile, and put in an array. Then, using a…
Mortana
  • 1,332
  • 3
  • 15
  • 29
1 2
3
22 23