Skip to content
Sam Spencer edited this page Nov 24, 2015 · 4 revisions

GameCenter Manager helps to manage Game Center in iOS and OS X apps. Report and track high scores, achievements, and challenges for different players. GameCenter Manager also takes care of the heavy lifting - checking internet availability, saving data when offline and uploading it when online, etc. On iOS (and soon on other platforms) GameCenter Manager makes it easy to setup and run live peer-to-peer Game Center Multiplayer matches.

Feature Overview

Check GameKit Availability

GameCenter Manager sets up and checks for GameKit's availability in the blink of an eye. No need to write code checking for internet connection, OS versions, etc.

Report Achievements and Scores

Push achievements and scores to the Game Center servers and make offline copies just in case something doesn't work quite right (or your user opts out of Game Center).

Retrieve Scores and Achievements

Either present your players with the built-in Game Center view controllers or display and check score / achievement data by making queries with GameCenter Manager.

Access Player Data

Get a player's display name, ID, profile picture, and more with simple one-liners.

Multiplayer Management

The peer-to-peer multiplayer APIs make implementation a breeze allowing you to focus on the content of your game rather than the tedious server-client mechanics.

About

Essentials

  • Home
  • Getting Started
    • Installation
    • Setup
  • Delegate
  • Error Codes

Features

  • Achievements
  • Leaderboards
  • Challenges
  • Player Data
  • Multiplayer
    • Peer-To-Peer
Clone this wiki locally