Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/97.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 如何在不使用GKPeerPickerController的情况下设置对等连接?_Ios_Networking_P2p_Gamekit - Fatal编程技术网

Ios 如何在不使用GKPeerPickerController的情况下设置对等连接?

Ios 如何在不使用GKPeerPickerController的情况下设置对等连接?,ios,networking,p2p,gamekit,Ios,Networking,P2p,Gamekit,我希望人们能够在他们的设备上启动我的iOS应用程序,并且附近运行我的应用程序的任何人(可能现在只有蓝牙)都会自动相互连接。我已经阅读并使用了GKPeerPickerController,但我不希望用户必须考虑他们想要连接的设备 我只是不明白在不使用GKPeerPickerController的情况下如何处理连接 我用这个应用程序瞄准iOS 5.0。谢谢 本页将更详细地介绍如何实现这一点,但重点是仅使用蓝牙:本页将更详细地介绍如何实现这一点,但重点是仅使用蓝牙:

我希望人们能够在他们的设备上启动我的iOS应用程序,并且附近运行我的应用程序的任何人(可能现在只有蓝牙)都会自动相互连接。我已经阅读并使用了GKPeerPickerController,但我不希望用户必须考虑他们想要连接的设备

我只是不明白在不使用GKPeerPickerController的情况下如何处理连接


我用这个应用程序瞄准iOS 5.0。谢谢

本页将更详细地介绍如何实现这一点,但重点是仅使用蓝牙:

本页将更详细地介绍如何实现这一点,但重点是仅使用蓝牙: