Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 iphone 游戏应用程序中使用 GameKit 框架实现 inGame 聊天功能,但是是否可以在没有蓝牙的情况下实现 inGame 聊天?如果是,那怎么办?假设我的游戏好友没有蓝牙响铃,那么我该如何与好友聊天?
先感谢您。
如果您正在谈论使用 GKPeerPicker 进行配对,那么是的,您可以使用GKPeerPickerConnectionTypeOnline. 但是,您将不得不自己管理连接。GKPeerPicker 只为蓝牙匹配设置一个 GKSession。
GKPeerPickerConnectionTypeOnline