question

Matthew avatar image
Matthew asked

update Master Player Account, Player ID

The question is "How to consolidate different Player data with two Master accounts to one Master account??"

I suppose that there are same two players for two tiles.
But, Unintentionally Player B made difference Player IDs (Master) for each title, B has BBBB and EEEE by mistake. I think my question is equal to "How to update EEEE to BBBB for PlayerB?"

If I can update Player B on Title Y with Player ID, EEEE -> BBBB, then I think I can solve the problem.


== AS-IS ==

Title X
PlayerA {Player ID (Title) : 00001, Player ID (Master) :AAAA}
PlayerB {Player ID (Title) : 00002, Player ID (Master) :BBBB}

Title Y
PlayerA {Player ID (Title) : 00105, Player ID (Master) :AAAA}
PlayerB {Player ID (Title) : 00106, Player ID (Master) :EEEE}



== To-Be ==

Title X
PlayerA {Player ID (Title) : 00001, Player ID (Master) :AAAA}
PlayerB {Player ID (Title) : 00002, Player ID (Master) :BBBB}

Title Y
PlayerA {Player ID (Title) : 00105, Player ID (Master) :AAAA}
PlayerB {Player ID (Title) : 00106, Player ID (Master) :BBBB}

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

·
Made Wang avatar image
Made Wang answered

PlayFab does not provide the function to modify Player ID (Master).

You can create a new title player account by having that player log into Title Y using the master player account BBBB. Then copy the data from the EEEE account to the BBBB account, which requires you to do it manually.

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.