The gkpeerpickercontroller tag has no wiki summary.
1
vote
1answer
26 views
GKPeerPickerController is blank when invoked within EAGLView
I have an EAGLView-based class that runs the following code when a menu selection is made in OpenGL:
-(void) startPicker
{
self.gameState = kStatePicker;
GKPeerPickerController *picker = ...
0
votes
1answer
98 views
GameKit peer to peer connection issue. It takes long time to deliver an invitation to another device
I'm using GameKit peer-to-peer connection in my app and I'm experiencing the following issue: when using GKPeerPickerController sometimes it takes too long time to deliver an invitation to connect ...
0
votes
1answer
53 views
GKPeerPickerController throwing exception “expected expression”
I have written this little piece of code:
GKPeerPickerController *picker = [[GKPeerPickerController alloc] init];
but even after restarting my Mac XCode is telling me: "expected expression"!
...
0
votes
1answer
104 views
Why is my crashing and saying EXC-BAD_ACCESS while trying to show a GKPeerPickerController(ARC is on)
Recently I have come across a problem in an app that I am developing. The app is crashing with EXC_BAD_ACCESS. This doesn't make sense because auto-reference-counting is turned on.
In the app, I ...
3
votes
2answers
248 views
Gamekit API error when accepting incoming request
I have made an iPhone game with Bluetooth mode, you can play 1 vs 1 via Bluetooth. My implementation for a picker is the following:
picker = [[GKPeerPickerController alloc] init];
picker.delegate = ...
8
votes
2answers
761 views
iPhone turn off bluetooth GKPeerPickerController
I agree that this question is duplicate. Please bear with me. I was also among you all to believe that is not possible to programatically turn on/off bluetooth.
But using GKPeerPickerController if ...
1
vote
0answers
217 views
GKPeerPickerController Gives “wait_fences” Error When Using cocos2d
I have a cocos2d game all set up with a root view controller as it is meant to be. However, I am implementing Bluetooth gameplay, and when the user presses the cancel button on the peer picker ...
6
votes
2answers
396 views
A bit of annoying warnings that still let the app work but would like to remove
I tried out an app to test bluetooth communication. It is a simple app that just sends a message in text form from one iDevice to another. Originally, this app had about 6 warnings but I fixed all ...
0
votes
1answer
205 views
Issue using bluetooth on iPhone/iPod
I'm trying to set-up a bluetooth based communication between two iOS devices.
Basically I'm trying to create a multiplayer game between two iPhones/iPods using bluetooth.
I'm using ...
1
vote
0answers
151 views
How to Broadcast a file(.mp3) over local wifi? and synchronize the play when both devices have the file?
I know my question is very big. but if some one cod suggest me what direction should i go to.
I know we can implement this by gameKit(GKsession/GKPeerPickerController) but i cant really understand the ...
0
votes
1answer
563 views
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 ...
0
votes
1answer
426 views
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= ...
1
vote
1answer
197 views
Gamekit Picking more tha two players using gkpeerpickercontroller
Can anybody tell how to connect more than two online peers in iphone using gkpeerpicercontroller.
I tried to connect using
picker.connectionTypesMask =GKPeerPickerConnectionTypeOnline | ...
0
votes
1answer
425 views
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 ...
0
votes
2answers
621 views
iOS iPhone GKSession discovery in background
I know that the system can close Bonjour sockets while the application is suspended.
But ,will the system allow me while my application is in the background to only discover other devices not creating ...
0
votes
1answer
945 views
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 ...

