From Android to iOS

Greetings!

We are porting our game from Android to iOS. Our game is coded in C++, and as what we have noticed, iOS apps are usually coded in Obj-C, and there are more tutorials for Obj-C. Now our question, is it possible to implement iOS GameCenter in C++? or do we have to code everything again in Obj-C?

Hello,

Did you check that thread? Game center integration

And that blog post? http://www.stevebarnegren.com/homeblog/game-kit-helper-for-c-cocos2d-x

1 Like

hi! thanks for these references. Ill check it out