有没有办法只通过蓝牙连接GKSession?
我们可以仅通过蓝牙强制 GKSession
连接吗?..我知道可以通过 GKPeerPickerController
进行连接,但我对 GKPeerPickerController
接口不感兴趣。我只需要在蓝牙可恢复区域中的两个设备中连接我的应用程序。但是发生的情况是,如果启用了 WiFi,设备仍将保持超出蓝牙限制的连接。并且由于某些其他原因,我无法在设备..对此有任何想法将不胜感激..
Can we force GKSession
connection only through Bluetooth?..I know its is possible through GKPeerPickerController
, but i am not interested in GKPeerPickerController
interface..I need to connect my application in two device only in Bluetooth rechability zone..but what happened is if WiFi is enabled , the device will still keep connection beyond the limit of Bluetooth.and for some other reasons i cant switch off my WiFi in device..any idea about this will be appreciated ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有正确的方法强制
GKSession
仅通过蓝牙连接。我发现的唯一方法是保持服务器/客户端设备 WiFi 关闭。这样它将通过蓝牙连接。谢谢,There is no proper way for forcing
GKSession
to connect only through Bluetooth.the only way i found is keep server/client device WiFi off.So that it will connect via Bluetooth.Thank you,