When we try and get the player list from another player through cloudscript, it always returns 0 in the list.
However, it works if we use our own playfabID? Why would this be happening?
Have even tested manually entering a platfabID on our cloudscript:
var getPlayerFriendsRequest = { "PlayFabId": "xyzplayfabID" }; var friendData = server.GetFriendsList(getPlayerFriendsRequest); var message = friendData;
Returning lots of data from Azure Function 4 Answers
Reward certain amount of virtual currency to the user after game 1 Answer
Can i receive email of logged in user in Game Manager? 1 Answer
Cloudscript GrantCharacterToUser returns Internal Error 1 Answer
How to delete players whose emails are not verified and their accounts 1 month old? 1 Answer