Having trouble signing into Xbox One after upgrading Unity package to version 1707 QFE 1 Release

My game was successfully published and I could sign in using the 1705.4 package. However, after updating to version 1707 QFE 1, the sign-in feature stopped working. All I did was drag and drop the prefab onto the scene. While in Unity, the sign-in function worked perfectly, displaying the "Sign In" button initially and then showing generic data upon pressing it.

But when I built and tested it in Visual Studio, the sign-in button did not show up correctly, displaying invalid data instead.

I'm at a loss as to what went wrong since it was working fine before and seems to work within the editor without issues. I haven't noticed any errors either. Any assistance would be greatly appreciated!

Thank you!

Screenshots:

Update - I suspect my solution may have been corrupted... Starting from scratch rather than building on top of the old solution file seems to be yielding better results. I will update again if I manage to get everything functioning properly once more.

Final Update - Using the new "clean" solution file appears to have resolved the issue, with the PlayerProfile prefab now automatically signing in upon loading. I couldn't get the multi-user prefabs to work, so I reverted back to a single sign-in for now. Trying to sign in with multiple users simply caused the button to freeze in a gray "sign in" state without progressing further.

Answer №1

Encountered a similar issue while using the multiuser prefab on Xbox One, resulting in an Access Denied error showing up in the debug output window of Visual Studio. Upon investigation, it was found that adding the uap:SupportedUsers setting resolved the issue, as outlined in the documentation here:

https://learn.microsoft.com/en-us/windows/uwp/xbox-apps/multi-user-applications

It's worth noting that this solution is specific to Xbox One and may not be applicable when running the same game on a PC.

Hoping this information helps in resolving your problem as well.

Similar questions

If you have not found the answer to your question or you are interested in this topic, then look at other similar questions below or use the search

Querying Firebase for objects will return a collection of data that

I need assistance with querying a Realtime Database structure for AEDs based on their owner. I want the query to return all AEDs (including children) that have a matching owner id. Despite my efforts, I have been unable to achieve this even though it seem ...

Uncovering the secrets of accessing req.body through expressjs

I'm having trouble accessing the body when receiving an expressjs request Here is my main server.js file: app.use(express.urlencoded({extended: true})); app.use(express.json()); app.use(router); And this is my router.js file: ...

Having trouble getting Bootstrap's Javascript to function properly in a Rails 6 webpacker configuration?

Recently initiated a brand new Rails 6.0.3 project and integrated jQuery and Bootstrap into it. Surprisingly, jQuery is functioning smoothly, and the Bootstrap CSS appears to be rendering correctly. However, every attempt to execute $.fn.tooltip.Construc ...

Switch between using a dropdownlist and textbox depending on the selection in another dropdownlist

In the process of developing an application, I have implemented a country dropdown list and a state dropdown list. Here's the scenario: when a user selects a country, the states for that country will populate in the state dropdown list. However, the ...

Having trouble converting a JSON object to JavaScript properly? The issue may lie in how the JSON is being passed from PHP to AJAX

I've spent countless hours searching for a solution to this problem by browsing through similar questions and answers, but I haven't had much success... In my PHP code, I used json_encode($Final_info); to convert a PHP array into a JSON object, ...

"How to retrieve the height of an element within a flexslider component

I need some assistance with using JavaScript to determine the height of an element within a flexslider. There are two challenges I am facing. When I attempt to use a regular function getHeight(){ var h = document.getElementById("id-height").style.height; ...

Manipulate JavaScript programmatically using Python and Selenium

Is it possible to programatically set up a Javascript override on a webpage using Selenium (either Geckodriver or Chromedriver) and Python? I have the modified JavaScript saved on my local computer. The procedure outlined in this Stack Overflow article w ...

Struggling to implement a vertical scroll bar in HTML code?

<body ng-app="myApp" ng-controller="myCtrl"> <div ng-show = "dataFromRest" ng-repeat = "x in dataFromRest.posts" > <div class="tittle" style="width: 25%;"> <a href="" ng-click="showDi ...

Encountering the error message "require is not defined" in the browser while utilizing gulp-browserify for my React.js modules

I am currently working on using gulp-browserify for creating a bundle.js file that will be utilized in the client's browser to initiate rendering of React components. Below is my App.js file: /** @jsx React.DOM */ var React = require('react&apo ...

Having difficulty grasping the concept of conditional rendering in React JS

Hey there! I hope you're having a splendid day! I've been tinkering with solutions from various sources regarding this particular issue, but unfortunately, none have worked for me. So, here I am seeking some guidance and wisdom from the communit ...

What is the most efficient way to retrieve a document from pouchdb that includes the revision attribute?

I am currently developing an application using the electron framework and integrating pouchdb. As certain values in my database are dynamic and constantly changing, I am looking for a way to track these changes without having to create new documents for ea ...

Encountered an issue with Heroku, Node.js, and Peer.js (webrtc): Failed to load resource due to net::ERR_CONNECTION_REF

I'm facing an issue when trying to connect from client script: this.Peer = new Peer({host: PEER_SERVER_ADDR, port: PEER_PORT_ADDR, //at this context: 30028 path: PEER_PATH_ADDR, debug: true, config:{'iceServers'[{urls:'stun:stun.l.goo ...

Error in Layout of Navigation Panel and Tabbed Pages

Working on a school project, I encountered a challenge. I found two useful solutions from the W3 website - a sticky navigation bar and the ability to include tabs on a single page for a cleaner presentation of information. However, when trying to implement ...

Issue with Bootstrap tab display of content

I'm having trouble with the tabs in my page. When I click on each tab, the content doesn't display correctly. Here is my code: <div class="w470px exam" style="border: 1px solid #ddd; margin-top: 30px;"> <ul id="myTab" class="nav nav ...

Retrieve the music player data using getElementById

Currently, I am in the process of constructing a music player using the HTML5 audio functions API. Before diving into coding the audio functionality of the player, I want to incorporate getElementbyID and onClick functions to exhibit results in separate di ...

Tips for displaying a specific amount of significant digits in a numerical output

Below is the JSON data that needs to be displayed on a web browser: { "testDoubleArr": [1, 2.0, 3.45], "testStr3": "SHA", "testDouble1": 12.56, "testDouble2": 1.0, "testStr1": "OMG" } When displayed on the browser, it appears in the following f ...

Once the node modules folder has been received, proceed with installing npm packages

Hello, my name is Jaffer Syed and I'm currently facing a challenge in installing npm packages into my code. Specifically, I am trying to install the num2fraction package from https://www.npmjs.com/package/num2fraction. However, despite watching your n ...

Mastering the art of styling strings in the Terminal with Chalk - the ultimate guide

I've been trying to use the chalk terminal string styling package in iTerm2, but I'm not seeing any colored string results despite following all the installation steps. Even a simple console log like console.log("hello"); in my chalk.js file isn& ...

Is it possible to retrieve the current cursor position in react-mentions using npm package?

I need to find a way to access the event.target.selectionStart and event.target.selectionEnd for a react-mentions component by using an onchange handler. How can I achieve this? <MentionsInput value={value} onChange={handleChange} placeholde ...

JQuery is having trouble with playing multiple sound files or causing delays with events

I've been working on a project that involves playing sounds for each letter in a list of text. However, I'm encountering an issue where only the last sound file is played instead of looping through every element. I've attempted to delay the ...