Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GKSession with Mac OS X

I'm using GKSession (part of Game Kit) to connect multiple iOS devices together (over bluetooth and/or wifi), send data, etc which all works fine and I'm happy with it.

I was thinking though, it would be cool to have a Mac OS X app that could connect to the iOS devices as well, share data and so on.

GKSession sadly doesn't seem to be part of Game Kit for Mac OS X (10.8+ obviously). I was wondering is anybody knows of a way to do this or has any ideas.

Thanks again.

like image 382
Baza207 Avatar asked Aug 24 '12 12:08

Baza207


1 Answers

GameKit for Mac OSX uses game center over wifi to connect Macs, iPod Touches, iPads, and iPhones to each other through apple's game center servers.

Consult the GameKit Framework reference for Mac OSX for more on how to implement the classes

like image 50
Andrew Avatar answered Oct 19 '22 02:10

Andrew