I want to add some key-values to the "player data" of my players from my server.
The problem is, the "UpdateUserData" service needs PlayfabId but I just have a list of emails of my users...
And it seems there is no service to get PlayFabId using player's email
Answer by Citrus Yan · Aug 04, 2020 at 07:34 AM
We have a admin GetUserAccountInfo API for you to retrieve details of a specific user based on the email address attached to its account (PlayFab login email).
Saving data in Unity on Pause/Quit/Lose Focus 1 Answer
Azure Functions in Unity 1 Answer
PurchaseItem - ServiceUnavailable/BadRequest 1 Answer
UpdateUserData make data delete 1 Answer