Questions tagged [gkpeerpickercontroller]
21 questions
0
votes
1 answer
iPhone peer 2 peer Connection .. Is there a way to connect to more than 1 devices?
I am try to implement peer to peer Connection Application . So i want to Connect More than 2 devices to each other.How to Create separate session for Each pair of devices
Is it possible to connect to more than 1 devices using the new GameKit…

Musthafa P P
- 645
- 3
- 7
- 21
0
votes
1 answer
exception while mast type to GKPeerPickerConnectionTypeOnline
I am using GKPeerPickerController , i need to send message using wifi , so iam using following code
picker = [[GKPeerPickerController alloc] init];
picker.connectionTypesMask= GKPeerPickerConnectionTypeOnline;
…

androider
- 449
- 2
- 8
- 21
0
votes
1 answer
GameKit Issue : PeerPicker identifies the devices only when the other devices have picker visible
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…

Bharat Jagtap
- 1,692
- 2
- 22
- 35
0
votes
1 answer
Testing Game Center's P2P Functionality over Bluetooth with the iPhone Simulator
I would like to run and test P2P connectivity over Bluetooth via Game Center (GKPeerPickerController). I own an iPod Touch with OS 4.1 installed and am trying to connect it to the iPhone Simulator running on my Mac via Bluetooth, however they are…

fbrereto
- 35,429
- 19
- 126
- 178
0
votes
0 answers
How many data in bytes can I send at a time via bluetooth?
I'm using GKPeerPickerController and GKSession classes and I'm trying to send rather large amount of data (appr 20 mb, images). The problem is that when I send more then, say 10 megabytes the appropriate delegate method of the receiver (- (void)…

Stas
- 9,925
- 9
- 42
- 77
0
votes
1 answer
GKPeerPickerController deprecated
I Have a Problem When I Use This Code GKPeerPickerController And GKSession And GKPeerConnectionState
The Error I Got Is : GKPeerPickerController is deprecated : first deprecate in IOS 7
My Code Is :
-(void) receiveData:(NSData *)data…

Ahmed Salem
- 55
- 1
- 9