setting up iPhone P2P only over bluetooth and without GKPeerPickerController
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开发者_JS百科 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.
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.
精彩评论