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
0 answers

UWP Xbox One Disable Mouse in VB (NOT C#)

I have read over documents stating that for optimal Xbox One experience, I should disable Mouse Mode in my application. This makes absolute sense. all of the examples are in C# though, and m,y language of choice is unfortunately Visual Basic. The C#…
0
votes
1 answer

How to check if an XBOX console is turned on? (remotely)

Is there a way to check the status of the console remotely (by HTTP for example) to see if it's running or not? We want to write a checker app to see if someone is already playing or not.
Andrei Roba
  • 2,156
  • 2
  • 16
  • 33
0
votes
2 answers

Unity on Xbox One - Camera/Rigidbody Visual Movement Hiccup

This is posted here since this is Xbox specific, but I am also posting this onto the Unity forums. When testing my Unity game on Xbox One I am getting a very large amount of visual "jitter" from the ball. This is a skeeball game where you control…
Nick
  • 5
  • 3
0
votes
1 answer

Does the previous (Javascript) local-storage data will be persisted when Windows 10 UWP apps gets updated

We are developing a Windows UWP Javascript app for XBOX and we are storing user data in the localStorage web api. Does the localStorage persist the data when there is an app update. Thank You, Harshin
0
votes
0 answers

Accessing the XBOX One Controller with C# via Bluetooth

I have an app in C# that uses SharpDX to handle a Xbox one controller via USB. I want the app take advantage of the Xbox one controller Bluetooth capabilities, but I can't communicate with it. How can I access the xbox one controller via bluetooth…
K3Z0
  • 1
  • 1
0
votes
1 answer

Simple web page will not run on xbox one edge browser

I am starting to learn html, css, and nodejs, and after writing a couple of very basic web pages I tried to run them on my computer, and view the page on my xbox-one with edge, but for each one (no matter how simple) it always says "Application is…
Albatross
  • 3
  • 1
  • 3
0
votes
1 answer

Visual Studio 2017 Can't deploy to Xbox One

I am new to developing apps for the Xbox one. I have been following the tutorial as listed here. However, I the publish keeps failing due to the following: Severity Code Description Project File Line Suppression State Error …
Travis Pettry
  • 1,220
  • 1
  • 14
  • 35
0
votes
0 answers

How to use OpenSSL on XBox One

OpenSSL support a lot of systems, but that is not support XBox One, because XBox One only C++ compiler so there is no way to support? Separate from OpenSSL some of the algorithms seem very troublesome, if I want to use XBox One above encryption…
rob
  • 1
0
votes
0 answers

How to use Crypto++ or OpenSSL in XBox One (Durango)

I would like to use Crypto++ or OpenSSL in XBox One (Durango). XBox One is not UWP. I download GitHub code but it does not support XBox One compiler. I tried to compile Crypto++ or OpenSSL but they were not successful. I would like to use md5 / dh…
rob
  • 1
0
votes
1 answer

What should I do if I get activation error on Xbox UWP app and there is nothing useful in the error message?

I got xbox system update push recently on dev mode. My program winrtcpp program stops working, while other c++/cx program does still run on the xbox. In the meantime, I did not change my code or relevant dependencies. And the program is running…
Liang Luo
  • 1
  • 1
0
votes
1 answer

detect internet connection type in uwp allication?

I am developing a uwp application that builds to windows store and xbox basically. My code is like var profile = Windows.Networking.Connectivity.NetworkInformation.GetInternetConnectionProfile(); var networkType=null; var interfaceType =…
Joseph
  • 1,054
  • 1
  • 11
  • 25
0
votes
1 answer

Check if user enabled closed captions in UWP Xbox app

Running into an issue in implementing Closed Captions in a Javascript UWP application. We use a manual Closed Caption implementation (because of cross-platform reasons). I have implemented all the various user settings, like ClosedCaptionSize,…
Matthijs
  • 3,162
  • 4
  • 25
  • 46
0
votes
1 answer

what OS build is needed on the XBox Dev Mode so we can see that we have Creators Program Dev kit instead of UWP app kit?

I joined the Creators Program Preview while my XBox One was still in beta preview (so had the march update already), and then when I used Dev Mode it was showing up that I was in the creators program when you look in the Dev Home page. But since it…
0
votes
1 answer

Loading Device Specific UI using InitializeComponent()

When writing device specific XAML using UWP, we can create different XAML views for each device family. For example, Track.DeviceFamily-Xbox.xaml. This page uses the same back-end as Track.xaml but will load when using the app on Xbox. We can also…
Dominic Maas
  • 310
  • 2
  • 11
0
votes
1 answer

XBox One S Developer Mode

I'm looking into developing Windows UAP apps for XBox. Can the new XBox One S be switched into developer mode, or is it only the standard XBox One that supports this feature?
Bedrock
  • 199
  • 1
  • 11