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
1
vote
1 answer

UWP Reorder Gridviewitems on Xbox

I am making a UWP app which is supposed to be on xbox for now and maybe in future ill release it on pc and other platforms. I know that on PC and for mobile we can enable this feature with following 2 properties on the GridView or…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
1
vote
0 answers

Open XBoX Web Browser from INgame

is it possible to open the web browser from inside a game menu and transfer account information like the emailadress of the Live accountvia the URL that is being pointed to? Is it possible to open the browser reacting to a push…
1
vote
1 answer

Can't sign into Xbox Live test account using sandbox

We are porting our Unity3D game to UWP and we had hit obstacle related to Xbox Live sandbox environment. We had done following things: Created new UWP app in Windows Dev Dashboard Requested access to Xbox Live Creators program Authorized our Xbox…
gumis
  • 166
  • 1
  • 11
1
vote
2 answers

Hide mouse pointer for specific screen / control on Xbox

I have a UWP app running on Xbox One. The app uses mouse pointer for navigation. It works well. One screen contains a video player that can be set to run fullscreen. When in fullscreen video playback, the mouse pointer does not disappear. How can I…
Igor Kulman
  • 16,211
  • 10
  • 57
  • 118
1
vote
1 answer

Xbox One UWP : "activation request failed"

I am trying to deploy an UWP app to a retail Xbox One set up to developer mode. While the app runs fine on PC (x64) and passes the packaging tests, it will fail to launch on the Xbox, with the message : Unable to activate Windows Store app …. The…
Alx
  • 45
  • 8
1
vote
1 answer

How Can I Disable Pointer Mode For Xbox One (C#, UWP)

I was wondering how I could disable pointer mode on a UWP application. I already have XYFocusKeyboardNavigation set up and everything works perfectly when I plug my xbox one controller into my PC. Whenever I debug to my console I have a pointer…
1
vote
1 answer

Focus control within DataTemplate of GridView

I have a GridView that uses a DataTemplate to provide a UI so users can manage subscriptions to a dataservice. The DataTemplate contains text and an image and also a Button and a ToggleButton. Using this on Mobile and Desktop the user can tap or…
Stu Ayton
  • 489
  • 3
  • 15
1
vote
0 answers

Identifying missing DLL/Illegal Win32 API Call

My Problem is that I am currently porting a rather large library from Win32 to UWP. So far I managed to solve many issues and the App runs fine on my Windows 10 Desktop but fails to do so on an Xbox One. I already changed the linker paths to their…
1
vote
0 answers

UWP Xbox One Mouse Mode and right thumbstick scrolling in ScrollViewer

A few month ago I published a UWP app to the Xbox One but on certain pages I had to have Mouse Mode enabled due to the fact that if you had any WebViews on that page (including AdControls) the system would not pickup the GamePad B button to activate…
Stu Ayton
  • 489
  • 3
  • 15
1
vote
1 answer

Memory leak when streaming HLS on hosted webapp UWP on xbox

The basic example provided in github can not play a .m3u8 with a duration > 40 minutes. Memory grows pretty fast and does not seem to be disposed properly: After 10-20 minutes of playback, the app usually crashes. I tried with both
vgrafe
  • 1,300
  • 1
  • 12
  • 13
1
vote
1 answer

UWP app on Xbox forgets webcam capability permissions

I'm working on a UWP application which uses the Kinect, and is destined to run on an Xbox One. The application has the "webcam" capability declared in Package.appmanifest Whenever I modify, rebuild, and redeploy the application to the Xbox, it seems…
dbruning
  • 5,042
  • 5
  • 34
  • 35
1
vote
1 answer

Is the "Access to content" value from the Xbox One settings available through the Javascript UWP api?

We're developing a UWP application for Xbox One. We'd like to filter content within the application, by checking the current user's content restrictions. We were hoping to be able to get a lower age rating for our application by filtering any…
Rick Borst
  • 11
  • 2
1
vote
2 answers

Xbox One CopyAsync failing in Retail Mode only

Basically the following code copies an entire folder from the app installation into the LocalCacheFolder so they can be manipulated/updated. In this case the contents of the folder called 'Data' This code works fine on mobile, desktop and on Xbox…
Stu Ayton
  • 489
  • 3
  • 15
1
vote
1 answer

UWP Xbox One page navigation when using WebView

Usually when running a UWP app on Xbox the B button on the controller is handled automatically and will return you to the previous page. I have a page which contains a WebView, when you use the directional buttons to place the focus box around that…
Stu Ayton
  • 489
  • 3
  • 15
1
vote
1 answer

Xbox One - Programmatically Change Wallpaper

I am using the following: MyProfileSettings.TrySetWallpaperImageAsync(myStorageFile); To change the Wallpaper on both Windows 10 PC, and Windows 10 Mobile successfully However, when I debug the app on my Xbox One, it doesn't seem to change the…
kernanb
  • 566
  • 2
  • 6
  • 19