question

Jiseong Ryu avatar image
Jiseong Ryu asked

Question about Commucation between Xbox Live and Playfab

Hi

I have question about Commucation between Xbox Live and Playfab.

1. I'm trying to make user get match from Smartmatch on Xbox Live and then join to dedicated server on Playfab but I don't know effective way to get server address to dedicated server on Playfab. Could you suggest waty to do it?

2. Are Session on Xbox Live and Session on Playfab different? and I wonder Is there a way to link them like friend list.

Please suggest how to link Xbox Live and Playfab If you have Know-how. Thanks!

apis
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

·
Citrus Yan avatar image
Citrus Yan answered

1.You can allocate instances of your dedicated servers on PlayFab using the RequestMultiplayerServer API, a successful allocation will return connection details about the server, please follow this tutorial to learn more: https://docs.microsoft.com/en-us/gaming/playfab/features/multiplayer/servers/allocating-game-servers-and-configuring-vs-debugging-tools

2.Session on Xbox Live and Session on Playfab are two different things, however, you can sign in an XBox user in with PlayFab to use PlayFab services, please take a look at this sample project to learn more: https://github.com/PlayFab/PlayFab-Samples/tree/master/Samples/Xbox/Samples/XDK/SimplePlayFabAuth

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.