question

bruhalt9 avatar image
bruhalt9 asked

How do i fix playfab making 2 accounts when 1 person goes online?

so, i made a currency system for playfab but it has some issues, i think it makes 2 accounts when 1 player plays the game, is there a quick fix to this? i did remove the make account function

Player Datamultiplayer
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

PlayFab does not automatically create additional accounts for you. You may need to double-check your login code and see if you call the other login APIs. You can add some break point and debug your code to see which step the issue happens on.

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.