question

SwartzVictoria-2238 avatar image
0 Votes"
SwartzVictoria-2238 asked RobCaplan edited

Xbox Test Accounts always return same account id

I am trying to fetch the account Id for an xbox one user test account in the Integration environment, but every time it returns the same value of 2.

The code I am using to grab it is:

 eastl::wstring userXuid = firstPartyUser->XboxUserId->Data();

Are all test accounts given the same id? Or am I doing something wrong with the call?

not-supported
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SwartzVictoria-2238 avatar image
0 Votes"
SwartzVictoria-2238 answered

Turns out the issue has with how the string was converted after returning the value, not the call itself

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.