Writing Game Center apps in iOS
Now that Apple has introduced the GameKit framework to its iOS SDK, you can integrate Game Center features directly into your iPhone and iPad apps. This concise cookbook shows you how it's done, with 18 targeted recipes for adding leaderboards, user authentication, achievements, multiplayer ga...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing ; Sebastopol, California :
O'Reilly
2011.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628784506719 |
Tabla de Contenidos:
- Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Game Center; 1.1 Introducing GCD and Block Objects; Problem; Solution; Discussion; See Also; 1.2 Creating Game Center Accounts; Problem; Solution; Discussion; See Also; 1.3 Setting Up Game Center for an iOS App; Problem; Solution; Discussion; See Also; 1.4 Adding the Game Kit Framework; Problem; Solution; Discussion; See Also; 1.5 Authenticating the Local Player in Game Center; Problem; Solution; Discussion; See Also
- 1.6 Retrieving the Local Player's InformationProblem; Solution; Discussion; See Also; 1.7 Adding Friends in Game Center; Problem; Solution; Discussion; See Also; 1.8 Retrieving the Local Player's Friends Information; Problem; Solution; Discussion; See Also; 1.9 Creating Leaderboards in iTunes Connect; Problem; Solution; Discussion; See Also; 1.10 Reporting Scores to Leaderboards; Problem; Solution; Discussion; See Also; 1.11 Retrieving Leaderboards Information Programmatically; Problem; Solution; Discussion; See Also; 1.12 Displaying Leaderboards to Players; Problem; Solution
- DiscussionSee Also; 1.13 Creating Achievements in iTunes Connect; Problem; Solution; Discussion; See Also; 1.14 Reporting Achievements to Game Center; Problem; Solution; Discussion; See Also; 1.15 Retrieving Achievements Information Programmatically; Problem; Solution; Discussion; See Also; 1.16 Displaying Achievements to Players; Problem; Solution; Discussion; See Also; 1.17 Supporting Multiplayer Games and Matchmaking; Problem; Solution; Discussion; See Also; 1.18 Handling Players' State Changes in Multiplayer Games; Problem; Solution; Discussion; See Also