Questions tagged [playfab]
68 questions
0
votes
1 answer
How connect Playfab to a database different from Azure DB?
I am totally new to playfab and I got a question about how the data storage works.
I noticed that playfab allows you to explore the players' data using KQL in the data explorer, and that's ok.
I also noticed that the maximum retention period is 90…

ianux22
- 405
- 4
- 16
0
votes
1 answer
Avoid hearing my own voice on PlayFab Party Voice Unity SDK with Photon - PUN 2
I have tested one user on Windows and the other on Android Device. I went away from my computer for making sure that my Laptop does not receive any audio. When I talk on my Android Device, I can hear my own voice and vice-versa. I think this makes…

DeathPro
- 98
- 6
0
votes
1 answer
Using arabic language in playfab to create leaderboard
I’m trying to make arabic leaderboard using playfab , does it support Arabic language? I mean can i write the names and number in arabic ? I searched alot about this problem but there is no clear answer

Deema
- 1
0
votes
1 answer
Problem adding OnClick event to buttons in a ScrollView
I have done this before without problems but now it does not work.
I am implementing FriendsList in PlayFab and is populating a ScrollView list with a prefab button. I add an OnClick event to each button but I cannot get it to trigger.
I have tested…

PeterK
- 4,243
- 4
- 44
- 74
0
votes
0 answers
PUN 2 and Playfab multiplayer joining issue when more that 2 players play the game
I'm new to Game Development. I'm creating a multiplayer game using Unity, Playfab and Photon. I'm doing matchmaking in Playfab and room creation in Photon. In Playfab I have a matchmaking queue with a max player and min player set as 2.
On running…
0
votes
1 answer
send POST ResetPassword API request using php to PlayFab
I am trying to implement PlayFab password recovery process following this tutorial:
https://learn.microsoft.com/en-us/gaming/playfab/features/engagement/emails/using-email-templates-to-send-an-account-recovery-email
The actual…

PeterK
- 4,243
- 4
- 44
- 74
0
votes
0 answers
php script generating new pw to PlayFab
This is my first php script ever and I have googled a lot to try to get the script to work.
I am working on this tutorial:…

PeterK
- 4,243
- 4
- 44
- 74
0
votes
1 answer
Using Playfab SDK with ReactJS?
I am trying to use Playfab SDK on my React project, but no success yet..
I can't find well explained documentation for it.
created a react app with:
npx create-react-app playfabtest
installing PlayFab SDK for nodejs:
npm install…
0
votes
1 answer
Does PlayFab Work with Anything Else Other than Unity and Unreal Engine?
I am developing my own game engine to later (a year from now) develop a game. I am looking into adding multiplayer functionalities in the current phase the engine is right now and am considering azure services and ran into PlayFab. Can my engine…

Christopher Barrios Agosto
- 298
- 1
- 2
- 14
0
votes
1 answer
Access Playfab data with Azure functions
How can I access to read/write/modify/delete Playfab data with Azure functions?

Guillermo
- 11
- 1
0
votes
1 answer
integrate xsolla webhooks using php sdk
im using xsolla webhooks with php sdk and i can't run my code with webhooks localy
i get this error :
"error": {
"code": "INVALID_CLIENT_IP",
"message": "Client IP address (127.0.0.1) not found in allowed IP addresses whitelist…

daniel meyer
- 67
- 1
- 8
0
votes
0 answers
Action for execute cloud script (push notification) dont work in segment
enter image description here
Action for execute cloud script (push notification) dont work in segment

Joel Oliveira
- 13
- 3
0
votes
1 answer
What is the problem for login Playfab with Game Center id?
in my game I'm trying to login Playfab with Game Center user ID.
Social.Active.localUser.Authenticate(
(s)=>
{
GameCenterUserName = Social.localUser.userName;
GameCenterUsedID = Social.localUser.id;
…

Burak Bekeç
- 39
- 1
- 7
0
votes
1 answer
Timeout: WebException when trying to access/debug LocalHost of Azure Functions [Unity] [PlayFab]
I'm trying to debug Azure Function scripts locally, in conjunction with Unity, but getting Timeout errors every time.
I have a few things here, and I'm not sure which one is actually causing the problem... It might be a settings on Windows, as…

Michael
- 41
- 8
0
votes
1 answer
how to Combine between playfab and photon friend's info
I am using pun 2 and playfab. I did that every time you add a new friend it adds him to a playfab list, this is good because I can add a friend in any time, not like pun 2 but I can't see if friends are online and get the friends room name(photon…

guy shalev
- 1
- 2