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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top