Question

I am watching Apple's overall intro to Game Center. It says that to be a game center game you have to:

1) Register your bundle ID through the developer portal.

2) When your game is launched, you have to authenticate a game center player.

Is it OK if I make the authentication part optional, and if it happens later than launch?

So my users can play the game without GC if they want to, and then add it in the middle of a session if they decide they want to do that.

Was it helpful?

Solution

Yes, you can do that. You can use game center with a "weak link". This is described in the Apple documentation Game Kit Programming Guide.

Search for the following string in the document: "Optionally Using Game Center In Your Application"

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