GameKit 设备识别
在ios gamekit框架中,识别连接在一起的设备名称的代码是什么?
In ios gamekit framework, what is the code to identify the names of the devices that are connected together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与您的 GKSession 您可以获取具有指定状态的所有对等点,然后获取它们的名称。
With your GKSession you can get all peers with a specified state then get their name.