microsoft / xbox-live-unity-plugin

The Xbox Live Unity Plugin provides a way for developers in the Xbox Live Creators Program to quickly and easily integrate Xbox Live functionality into their Unity based game. For ID@Xbox developers, this Xbox Live Unity Plugin does not yet support all the features you will need. Instead, contact your Microsoft representative.
MIT License
167 stars 62 forks source link

Unhandled Xbox veto, Error Code: 0x8015dc12 #291

Open sstrong2 opened 4 years ago

sstrong2 commented 4 years ago

VS 2017 15.9.4 Windows 10 SDK (10.0.17763.0) Unity 2019.3.0f3 Xbox One (retail). Dev Mode activated Sandbox matches Xbox One, Partner Center, and XBL settings in app. Unity plug-in 1804 QFE3

multiple<\/uap:SupportedUsers> added to manifest StartCoroutine(SignInManager.Instance.SignInPlayer(playerNumber)); ... xboxLiveUser = SignInManager.Instance.GetPlayer(playerNumber); xboxLiveUser is not null but GamerTag and XboxUserId are empty strings
MetalKobra commented 4 years ago

Are you in Xbox Live Creators Program or ID@Xbox Program?

Have you switched the sandbox on your Xbox One (retail) [Dev Mode activated] to match the one in your Xbox live configuration?

sstrong2 commented 4 years ago

Creators Program. Yes sandboxes match.

"Sandbox matches Xbox One, Partner Center, and XBL settings in app."

The problem "seems" to occur before a package has been uploaded to the partner center. This doesn't seem to make any sense... but after uploading a package the sign-in started working in Dev Mode on the Xbox device. If that is the case - some comment in the doco would be useful. I think I burnt over a day trying to resolve.

unrealstompy commented 3 years ago

Posting for those who are still having issues: Your "Sandbox" might be stuck in Developer Mode. Read this to under stand more: https://docs.microsoft.com/en-us/gaming/xbox-live/test-release/tools/live-pc-sandbox-switcher HOW TO FIX: Download the XboxLiveTools.zip from here: https://aka.ms/xboxliveuwptools Unzip XboxLiveTools.zip Open PowerShell as Admin and type: .\XBLPCSandbox RETAIL

I searched for WEEKS for this! I tried to make a game on Xbox One back in 2017, and my computer has been stuck in Developer mode. I had enabled it in Unity, but after many upgrades to Unity, I lost the link to go back to Retail Mode.

Hope this helps some of you.