views:

61

answers:

1

I 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).

A: 

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

Boris