Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于列出可用或正在进行的房间的概念在 Google play 游戏服务中不可用,我(作为开发人员)如何知道有多少游戏房间正在进行(乘数游戏发生)?
了解这个乘数功能是否真的适用于我的用户并且他们能够找到球员和比赛,这一点非常重要。请指教
谢谢
API 中没有这样的工具可用。每次游戏从客户端启动时,您都可以 ping 您自己的服务器。这可以为您提供活动/已完成游戏的运行计数。