Currently, I have created a game, which shares data with a server backend. This server also validates and stores player data, for example high score.
Is it possible to send scores to GameCenter via my server backend? If yes, how?
Sure, I could send the high score from my server to the client and then let the client push the data to GameCenter, but this would make it easier to cheat.