Integrate Gamecenter in cocos2d game

后端 未结 3 1929
遥遥无期
遥遥无期 2020-12-13 05:33

Is there any one who knows how to integrate game center in Cocos2d. Please tell me steps so i can integrate that in my Game.

3条回答
  •  离开以前
    2020-12-13 05:55

    Although Alexander Blunck's answer is reasonable, for earlier versions of iOS (such as 3.2) the following line will fault, which is not what you want.

    window.rootViewController = viewController;

    If you are going to use Steffen's code (ugh) then you might want to add a method to set the ui view controller directly rather than having it assume it can be grabbed via UIApplication.

提交回复
热议问题