question

logantj123 avatar image
logantj123 asked

2 ids created for 1 user,2 ids created when 1 user comes online

6844-img-1399.jpeg

whenever a new user is created it creates 2 ids instead of just one and whenever thr user tried logging back on it uses the other id making the user loose some stuff,6838-img-1399.jpeg

when a new user is created it creates 2 ids for one user and when the user logs on the id changes between the 2 loosing specific things

Player Datamultiplayer
img-1399.jpeg (302.0 KiB)
img-1399.jpeg (302.0 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

Please note that PlayFab does not generate two ids when creating one player. According to the picture you provided, the players should use the API LoginWithCustomID to register/login account. And since the master player account IDs of these players (in the picture you provided) are all different, they are 7 different player accounts, not one account with two IDs as you said. The API LoginWithCustomID requires player to provide a custom id. If player provides an already registered custom id, he will log in to that account. But if the player provides a new unregistered custom id, the player will register a new account. You can navigate to player overview page to check the custom id which linked to both accounts, they should be different.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.