Hi,
I would like to tell from PlayFab to players in-game to call a method ?
Executive CloudScript (via TaskScheduled) can only change Datas Player/Title, Statistics, Items etc but what about if i need to tell to my players online to call a specific method ?
Answer by Rick Chen · Nov 11, 2021 at 08:48 AM
PlayFab core service is based on RESTful API, which is stateless, there is no online/offline state on PlayFab. You could refer to this thread: How to get data online players? - Playfab Community.
Could explain what you mean by to tell from PlayFab to players in-game to call a method?