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
168 stars 55 forks source link

Privilege check error #259

Open Fnatic91 opened 5 years ago

Fnatic91 commented 5 years ago

I want to check the user privileges but i got null reference exception, its required for store release."Parental Control"

if (XboxLiveUser.User.Privileges.Contains("203") && XboxLiveUser.User.Privileges.Contains("254")) { "Doing something" }

it's gives back "NullReferenceException: Object reference not set an instance of an object"

XboxLiveForum commented 5 years ago

Thank you for contacting the helpdesk. Ticket 19456734 has been created per your request.

Thank you Billy Egge XDP Helpdesk

From: sybere notifications@github.com Sent: Tuesday, October 30, 2018 3:57 AM To: Microsoft/xbox-live-unity-plugin xbox-live-unity-plugin@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [Microsoft/xbox-live-unity-plugin] Privilege check error (#259)

I want to check the user privileges but i got null reference exception, its required for store release."Parental Control"

if (XboxLiveUser.User.Privileges.Contains("203") && XboxLiveUser.User.Privileges.Contains("254")) { "Doing something" }

it's gives back "NullReferenceException: Object reference not set an instance of an object"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2Fxbox-live-unity-plugin%2Fissues%2F259&data=02%7C01%7Cv-biegge%40microsoft.com%7C753b013f4bd646e3baee08d63e566513%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636764938123237618&sdata=gX6eGAEzPQXjPGAUsnWYXtAz3Gou92yvzZCU%2FPVTSCg%3D&reserved=0, or mute the threadhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAea-ljsYhdjWiaEtydDsF6kVLn2pc19Dks5uqDBxgaJpZM4YBqgi&data=02%7C01%7Cv-biegge%40microsoft.com%7C753b013f4bd646e3baee08d63e566513%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636764938123247634&sdata=BIEJO5R5gW0qK8dLc10csqlWXpI0w5MGAs0yjTvyiAU%3D&reserved=0.

Fnatic91 commented 5 years ago

SOrry its only in the Unity edit because the fake data usage, but i think some of the privilige numbers are missing, i only get 200, 201, 204 on my account and 203 is missing

Fnatic91 commented 5 years ago

Any updated list? i got a totally different numbers than this list: https://docs.microsoft.com/en-us/windows/uwp/xbox-live/get-started-with-creators/check-user-privileges-in-unity

Fnatic91 commented 5 years ago

Can't sign in on Xbox, only on windows 10, any idea? the sign in button doing nothing

Fnatic91 commented 5 years ago

Its a really big problem! i get this when i want to submint my game to store.

"Your game uses Xbox Live and offers multiplayer gameplay, user generated content or user communication but does not respect parental controls. Please update your game to support parental controls and resubmit it."

Fnatic91 commented 5 years ago

"254" are not shown on Xbox, only in windows, any idea? because this not shown in xbox, always gives back false, so i can't determine the user multiplayer privilige on xbox, is there any difference the sign in process on xbox and on windows 10?

Fnatic91 commented 5 years ago

Someone are here? or fully dead commmunity? i opened this 8days ago.. this error prevents me to release my game.