November 2013
Intermediate to advanced
576 pages
19h 3m
English
iOS 6 brought a new feature to Game Center called Challenges, in which a user can challenge a Game Center friend to beat her score or match her achievements, as shown in Figure 4.5.
Figure 4.5 Challenging a friend to complete an achievement that is still being progressed.
Note
Game Center allows the user to challenge a friend to beat an unearned achievement as long as it is visible to the user.
- (void)showChallenges{ [[GKGameCenterViewController sharedController]setDelegate:self]; [[GKGameCenterViewController sharedController] setViewState: GKGameCenterViewControllerStateAchievements ...
Read now
Unlock full access