i have used GKPeerPickerController to connect to iPhoes via bluetooth.Now when my application launches,i am able to search the iPhones nearby but when i select any one of them,it starts connecting to that iPhone.Now when they are connected,I have dismissed picker.My problem is that how will i connect to rest of iPhones.how can i make picker to listen to any request that is coming in between the running application.
I tried to create another object of picker which will keep listening the request but it will not be shown to user untill any request comes.But i found that picker can not detect untill it is shown.Correct me if i am wrong and suggest me something regarding this.
thanks