use game kit p2p communication between iPhone and Android
Is there a way to use Game 开发者_JS百科Kit p2p communication between an iPhone and Android?
That is not possible. GameKit currently only works between iPhones. You'll have to wait for an Android library that spoofs GameKit, or for native Android-support in GameKit. In my opinion, the former is way more likely than the latter.
精彩评论