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
0
votes
1 answer

C++ WinRT - does XAudio2 support Xbox One platform?

Does XAudio2 support Xbox One? The link below mentions it is for desktop applications only. https://learn.microsoft.com/en-us/windows/desktop/xaudio2/how-to--load-audio-data-files-in-xaudio2 If not supported, what UWP Audio API is available for Xbox…
Ricky Gai
  • 31
  • 8
0
votes
0 answers

How to capture an app screen shot on Xbox

I'm using Xbox one s. In games, I can capture a screen shot easily. But now I want to capture a screen shot in app. Is there any way?
Vincent
  • 3,124
  • 3
  • 21
  • 40
0
votes
1 answer

How to navigate items between several GridViews in a ListView using Xbox controller?

I'm running uwp on xbox, but have some problems on handling the navigation using Dpad or Left stick. My situation is like this: A ListView, which contains many GridViews. Each GridView is one row defined using xaml code. Just like the picture…
Vincent
  • 3,124
  • 3
  • 21
  • 40
0
votes
1 answer

UWP app Google Authentication works on Desktop but not on Xbox One

I have implemented google auth using WebAuthenticationBroker like below. It works perfectly fine on Desktop or Surface using same google account but when I try it on Xbox, it doesnt work. string authString =…
Emil
  • 6,411
  • 7
  • 62
  • 112
0
votes
1 answer

Xbox One Detect network connection type

I am developing a UWP application for XBOX One and for analytics purposed I want to detect if the device is connected through Ethernet or WiFi. I tried the Windows API for that but I found out it is not yet supported for Xbox One. Anyone has any…
0
votes
1 answer

Xbox One background music / task for UWP web view

I'd love to know if it's somehow possible to use background task / music for the Xbox One with web views from UWP. For example to easily provide apps for web radios and streaming services like https://music.amazon.com/ From my understanding it seems…
Morgy
  • 99
  • 9
0
votes
1 answer

What platforms does Resonance support?

I've looked all over but I can't find a comprehensive list of what platforms Resonance supports. Does it support PS4 or XBox One? Specifically for Unity.
0
votes
1 answer

Game cannot sign into xbox live and shows placeholder text. Xbox live creators program

So I am making a game in Unity and added the Xbox live sign in prefab and set it up. In Unity It works fine however once I publish it to the store and load the game on my Xbox one, it is unable to sign me in and shows placeholder text. I am using…
0
votes
1 answer

Media App deeplinking in UWP on Xbox

We have migrated our app from the JavaScript/HTML old school Xbox One framework to UWP. However, we still want to support the ms-xbl deeplinking: ms-xbl-{titleId}://media-details?contentId={contentId} This protocol is used to launch an app from a…
Handsome Greg
  • 170
  • 11
0
votes
1 answer

uwp xbox app XYNavigation in Pivot Control

I am an experienced uwp developer but a beginner for uwp xbox platform. I am trying to set the XY Navigation for my app and trying to test it with keyboard (as I don't own a xbox myself). I am using a Pivot view and I can easily navigate between the…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
1 answer

xbox sign in not working after deploying app in visual studio

So while testing my scene and the ones provided by the Microsoft in Unity I properly get and sign into an xbox live user account (EX: FAKE USER 1) but when I bring my game to visual studio and deploy it to either my win10 device or my xbox one…
0
votes
1 answer

Recording pressed keys from gamepad when virtual keyboard is activated

I am trying to figure out a solution how to record pressed gamepad keys on Xbox One. I am aware of a few possible ways how to catch the…
Jakub Krampl
  • 1,774
  • 1
  • 16
  • 24
0
votes
1 answer

uwp xbox creator program - button focus, how to set in code-behind?

I am starting to get my feet wet in the Xbox UWP Creator Program. I'm coming from Windows Phone 7 & 8. I have not been able to figure out how to set the Button Focus to my desired buttons via code behind or StoryBoard animation. I have a single page…
David
  • 1
  • 1
0
votes
1 answer

Integrating own log-in mechanism with Xbox Live

We are porting our Unity3D game to Xbox One Creators program and we think about how we should integrate our own log-in system with Xbox Live. We are currently (in standalone PC version) using our own written log-in mechanism and account management…
gumis
  • 166
  • 1
  • 11
0
votes
1 answer

Xbox One UWP File Access

In testing my (C# UWP) game worked flawlessly. However, when I deployed to the Microsoft store my game fails on start up. It has been a few days and the Failure log is now populating with data on the Dashboard. According to the Dashboard I am…
Travis Pettry
  • 1,220
  • 1
  • 14
  • 35