I an working with the gameKit framework. I wanted to show the list of devices available near by. So I am using peerPicker controller to identify the devices running the app. I am able to identify and add the devices to my tableView. I am facing some issues
1) It displays the devices which also have a peerPicker controller searching. I mean If I simply launch my app and does not present the peerPickerController then my device does not get listed in the peerPickerController's device list on another app.
2) It is behaving very slowly. After I accept the connection request , it almost takes 20 seconds to respond.
3) Can't I have the bluetooth session in multiple devices at the same time ??
Please help me !!!
Thank You !!