nihalahmed / GameCenterManager

iOS Game Center helper singleton
Other
715 stars 127 forks source link

SpriteKit #7

Closed earlbalai closed 10 years ago

earlbalai commented 10 years ago

I'm not quite sure how to integrate this with SpriteKit. I've been searching for answers but none turned up.

Sam-Spencer commented 10 years ago

It's just like integrating Game Center with anything else: you need to write methods to determine if your player has passed a high score or earned an achievement in your SpriteKit game. If they have, use the GCManager methods to submit the achievement or high score.