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

Where is Microsoft.Xbox.WinJS.1.0? Cannot resolve PackageDependency in package.appxmanifest

I am attempting to upgrade a Windows 8 WinRT JS app that was made for Windows 8, to Universal Windows Platform (Windodws 10). I've made necessary project / manifest changes, and have the project building, but on deployment attempt, it complains…
pianomanjh
  • 233
  • 1
  • 14
0
votes
1 answer

Set UWP app display resolution

My company has developed a Smart TV VOD app in HTML/JS that runs on numerous platforms (Samsung, LG, Philips, Panasonic, Sony and PlayStation). All of those devices support 1280x720 screen resolution and so the CSS layout has been hard coded for…
Bedrock
  • 199
  • 1
  • 11
0
votes
1 answer

MemoryManager.AppMemoryUsageLimitChanging event is not firing in Xbox UWP

Based on this link I added the events to handle memory during background execution. MemoryManager.AppMemoryUsageLimitChanging event fires on app launch. But while moving the app to background and bringing to foreground again, the event doesn't seem…
Bells
  • 1,465
  • 1
  • 19
  • 30
0
votes
1 answer

UWP Xbox One API

I am working on creating some basic Xbox One UWP application. Can someone provide me with a link to API's that can do Xbox One specific tasks? Taking a screenshot, seeing user that is active, recording, friends lists. Those kinds of things.
Bailey Miller
  • 219
  • 2
  • 12
0
votes
1 answer

Resize Win2D CanvasSwapChain for CoreWindow on XBOX One with C# (NO XAML)

I have been working on a UWP/UWA game for Windows 10/Windows Phone (10) and have been anticipating the Dev Mode for Xbox One. I was excited to hear about the release of the dev mode today and could not wait to get home and test it out on my Xbox.…
Idlegoose
  • 1
  • 1
0
votes
1 answer

UWP Xbox One: Saving and loading data

A while back I got my hands on the UWP platform, specifically developing for Xbox One (or Windows 10 with a controller): it's worth noting that I am using Construct 2 to develop my app, so small snippets of JS would be easier to use than big chunks.…
VeryAwkwardCake
  • 339
  • 1
  • 3
  • 11
0
votes
1 answer

Find currently active user in xbox one UWP

Using the below code I am able to get the list of all signed in users. Is there a way to know which is the current active user? IReadOnlyList users = await Windows.System.User.FindAllAsync();
Bells
  • 1,465
  • 1
  • 19
  • 30
0
votes
1 answer

Cannot install VCD file

I am attempting to integrate Cortana into my UWP. The first step to this, is "installing" the the VCD file. The below snippet works fine on Windows 10, but causes an error when deployed to Xbox. Specifically, the…
Bart
  • 6,694
  • 6
  • 43
  • 53
0
votes
0 answers

Xbox One Controller UWP App

I have been trying to make an Xbox One controller interact with a UWP application and have looked into the Gamepad class (based on the suggestions mentioned in the comments - Controller support for Xbox one in Windows UWP). I have 2 issues: 1)…
Dhruv
  • 117
  • 9
0
votes
2 answers

Uploading packages through the Xbox One Windows Device Portal

Currently, Microsoft offers a web portal to access certain components of the Xbox One. This is called the Windows Device Portal, and I am able to access this fine. However, I am having serious issues with its capabilities. For one, there doesn't…
0
votes
1 answer

How to fix appxmanifest.xml for xbox one?

I am currently getting this error for a game I'm working on for the xbox one. It runs perfectly fine thought unity5 and when I exported it as a .exe game for pc but I can't get it to run locally or remotely. I have it set to debug x64 since that's…
0
votes
1 answer

SystemSpeechLanguage is null on Xbox One UWP App

I am trying to bring a UWP App to Xbox and I am having troubles in Dev Mode when I run the app on the Console. My app uses the built in speech recognition libraries using grammar files (Windows.Media.SpeechRecognition.SpeechRecognizer - I am not…
0
votes
1 answer

UWP Game Capture on Xbox DirectX or MMF

I'm investigating building a "Game Capture" App that works within UWP on Xbox One, as for capturing the actual content of the screen during game-play, it appears there are two ways to go within the wider eco-system of Microsoft libraries: DirectX…
jordan.baucke
  • 4,308
  • 10
  • 54
  • 77
0
votes
1 answer

UWP Xbox App: Style issue

Okay so with the UWP support for Xbox being released recently I decided to have a go deploying and testing my existing app on my Xbox. It works great with zero changes aside from one minor but really off-putting issue. For arguments sake lets say…
Carl
  • 548
  • 1
  • 4
  • 21
0
votes
1 answer

How can my friend stream a game from my Xbox One to my RTMP server?

My friend has just began streaming, but on his Xbox One. I use PC to stream my games and have never done it through Xbox One. Now he streams using the Twitch app. But i have this RTMP Server which i can use to stream his stream to Twitch with having…
Collin
  • 1
  • 3
1 2 3
11
12