Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
0
votes
1 answer

What is the preferred route for accessing Xbox APIs in a C# PC Application

The documentation on GDK and XSAPI is very sparse on mentions of C#. I can see in NuGet packages from 2017-18 that some of these Xbox Live APIs were available natively, but they seem to have moved away from that way of providing the APIs. Are there…
L-S
  • 107
  • 7
0
votes
0 answers

How to programmatically launch an app in Xbox S on boot

I've been tasked with developing an app for Xbox to match our existing suite of apps for Windows, Mac, Linux, Chromebook, iOS, and Android. One of the key features of our app is that it must launch automatically on boot. Is there any way to create…
gcdev
  • 1,406
  • 3
  • 17
  • 30
0
votes
0 answers

How to find Microsoft store xbox game product ID?

I want to use product ID to query the game metadata Example : https://www.xbox.com/en-us/games/store/dead-space/9NLB6V0GNC9P I want to get Dead-space game product ID : 9NLB6V0GNC9P I use powershell command (Get-AppxPackage) to get some information…
0
votes
0 answers

How to fix “Reinsert storage expansion card Error code 0x80820014 for Seagate Expansion Card 2tb

We purchased a Seagate 2tb expansion pack for an Xbox series X. When you insert the card the error reads, “Reinsert storage expansion card, connection too weak, Error code 0x80820014 " It seems as though others online have had this issue and have…
0
votes
1 answer

How to compile and deliver XBox binaries

I would like to port a C++ physics engine to XBox and make it available commercially as a precompiled binary for game developers. Do I need to register as an XBox developer with Microsoft for this? Will I be compiling on Visual Studio and cross…
Paul
  • 2,474
  • 7
  • 33
  • 48
0
votes
1 answer

Unity visual studio UWP build errors building to xbox

Unity version 2022.1.22f, Visual studio 2019 16.11.22 After building my unity project to UWP with il2cpp, i follow the windows xbox uwp deployment, but when i try to build it, i get errors. Here is a screenshot of the errors themselves, Here is the…
0
votes
0 answers

StoreContext.GetAppLicenseAsync().AddOnLicenses sometimes returns an empty list when the user has a license

I have an XBOX only app in the Microsoft Store that has been up for a while. The app has an add-on. I use a very simple code to get the list of licenses in order to check if the user has add-on. See below. StoreAppLicense appLicense = await…
0
votes
0 answers

Bluetooth Device not showing up

So, my xbox one controller does not show up in my windows 10 bluetooth pairing. It 100% is not a problem with the controller since it works in both other pcs and my android phone. Somewhere, somehow, its id is forgotten in my bluetooth settings. I…
0
votes
1 answer

Python xbox controller inputs. How to change the message send when a button is pressed

I am currently making a game and I wanted to add controller support. Here is my current code: from inputs import get_gamepad while 1: events = get_gamepad() for event in events: print(event.ev_type, event.code, event.state) I am…
Bozzyma
  • 5
  • 2
0
votes
0 answers

How can I get xbox play time each game by api?

I had get user's game list form request "https://titlehub.xboxlive.com:443/users/xuid(xuid)/titles/titlehistory/decoration/achievement,image,scid" and get many detail, but I can't found play duration in each game. How can i get…
0
votes
0 answers

Capture of UDP Data from Forza 7

So i was looking to see if i can capture and then log data from Forza 7 into a google sheet? Using UDP this outputs data from the game on Xbox into a sim racer dash, I can then set that up to display loads of different data options however when i…
0
votes
1 answer

Can i get mouse input from an Xbox UWP app

I want to add to an xbox remote desktop/remote gaming app mouse support but i dont know if the OS or app captures it. I have seen that people cant get it to work but in Minecraft it shows the mouse and all that so maybe asking here would help me.
Guy
  • 3
  • 2
0
votes
1 answer

Is it possible to sign out of xbox console companion and sign back in with c#?

I'm trying to make a Alt Switcher made out of C#, I couldn't find out how to Sign Out/Sign In with Xbox Console Companion, is this even possible?
Teeth
  • 1
  • 2
0
votes
1 answer

Detect/override controller "Home" button press android

I have an android application that is meant to be used with a game controller connected to the android device. Most game controllers have a center 'home' button that I would like to use to pause the game (for example, an Xbox controller center nexus…
alexward1230
  • 579
  • 3
  • 8
  • 25
0
votes
0 answers

How to create a folder structure from a StorageFile path?

I am currently making an app which needs to be very effective on the file system side, since it is constantly using it. I made my own method to move a StorageFolder to another StorageFolder since there is not any method for now. public async Task…
Osaxely
  • 66
  • 1
  • 16