question

tatevnersisyannoor avatar image
tatevnersisyannoor asked

How to send custom data from server to players?

I want to send random data from server to players at any time of the game, is it possible? and if yes how can I do it?

CloudScriptdata
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

·
brendan avatar image
brendan answered

Sorry, can you clarify what your gameplay scenario is? PlayFab is a Web API based service, so retrieving data from the service, at the moment, is based upon a request from the client. It sounds like what you're asking about is the ability to push data out from the service to all players. Right now, we provide a Push Notification system which can enable this (to an extent) for mobile games, and an email service for other games. We do not currently provide an active socket connection to the player, though you could enable that via custom game servers.

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.