开发者

Apple GameCenter: how to check if playerId is valid (and online) from game server

开发者 https://www.devze.com 2023-01-16 19:31 出处:网络
I 开发者_JAVA百科post some data from my app to my game-server. This data always contains playedId from GKLocalPlayer.

I 开发者_JAVA百科post some data from my app to my game-server. This data always contains playedId from GKLocalPlayer.

How my game-server can check if this playerId is valid (online)? (for example by some get/post request to GameCenter server).


For now GameCenter does not support any get/post requests.

0

精彩评论

暂无评论...
验证码 换一张
取 消