Question

When implementing Game Center, do we need to implement all features such game challenges. I have implemented Invite and Autoplay. But just curious, do we need to handle all features?

Was it helpful?

Solution

No, you don't need to implement all features. But for the most part challenges are handled automatically if you have set up achievements or leaderboard scores. Game Center will send your app messages about challenges (if it is in the foreground), but in general it handles the outcome without your app knowing about it. (So if you submit a new score to a leaderboard which completes a challenge, it will notify the challenger that their challenge has been completed).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top