Chat and turn based multiplayer in IOS

Hey there,

I am considering making a game that has chat feature (lots of players, live feed, keyboard)
Also a turn based multi player feature.

Is this something that Unity can do for iOS and Android?
Is Unity possibly not the right tool for this? Maybe making it in Cocoa/Objective C would be faster and more stable?

Would love your thought.

Thanks,
Chris

Hi,

GameCenter is the only solution I would recommend. Unity can interface with GameCenter and this GC will manage all the connexion, game search, player search, and turn based multiplayer.

You can check the Prime31 plugin for GameCenter to help you to encapsulate this into your project.

Hi there thank for that.
I am not sure that is what we are looking for though.
There is an awesome game out there called Kingdoms at War that has a game feed with a global chat.
We do not see game center being able to do this unless we missed something.
Does anyone have any ideas?

Cheers.
Chris