leecrossley / cordova-plugin-game-center

Cordova / PhoneGap Game Center Plugin for Apache Cordova >= 3.0.0
http://ilee.co.uk
78 stars 29 forks source link

Question: Matchmaking support? #37

Open timothymalcham opened 8 years ago

timothymalcham commented 8 years ago

This is more of a question than a bug report or feature request:

As far as I'm aware, all the Cordova Game Center plugins I've come across have no support for match making, a feature of Game Center. I'm building a multiplayer mobile game using Ionic, which makes use of Cordova and its array of plugins. I'd like to utilize Game Center's matchmaking capabilities, but it's starting to look like I may have to learn obj C and build my own plugin and/or fork an existing one.

So my question: what are the main reasons you (and others) have left out match making support from the plugin API? Is it even possible to do matchmaking with Cordova, or would I just need to build a native (not hybrid) app in Obj C/Swift?