仅通过蓝牙设置 iPhone P2P,不使用 GKPeerPickerController

发布于 2024-09-18 15:04:19 字数 176 浏览 14 评论 0原文

我想在 p2p 游戏中使用自定义界面与其他 iDevice 进行连接。我知道我可以使用 GKSession 和 GKSessionDelegate 或使用较低级别的 Bonjour 浏览。但他们都会通过蓝牙和 WiFi 搜索设备。

我只想列出蓝牙设备。我知道这在过去被认为是不可能的,但飞行控制应用程序似乎能够做到这一点。

I want to use a custom interface to connect with other iDevices in a p2p game. I know I can either use GKSession and GKSessionDelegate or use the lower level Bonjour browsing. But both of them will search for devices both over bluetooth AND wifi.

I want to list only bluetooth devices. I know this was answered in the past as impossible, but the Flight Control app seems to be able to do it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

舞袖。长 2024-09-25 15:04:19

我想我会回答让你知道你并不孤单,我正在尝试做同样的事情,这让我很受挫!此链接可能对您有帮助:
http://www.iphonedevsdk.com/forum/iphone -sdk-development/40710-gamekit-api.html
我正在尝试设置服务器/客户端关系,这也要求我使用自己的自定义界面。

I thought I would answer to let you know that YOU ARE NOT ALONE, I am trying to do the same thing and it is kicking my butt! This link might help you:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/40710-gamekit-api.html
I am trying to setup a server/client relationship and that requires me to use my own custom interface too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文