Why am I getting GKVoiceChatServiceUnableToConnectError? What's wrong?
Posted
by erotsppa
on Stack Overflow
See other posts from Stack Overflow
or by erotsppa
Published on 2010-06-12T04:06:35Z
Indexed on
2010/06/12
4:12 UTC
Read the original article
Hit count: 304
I'm trying to implement GK's voice chat. I have the underlying network done over wifi instead of bluetooth. Between the simulator and my test device, I was able to accept the invitation. But immediately after, I get the call didNotStartWithParticipantID, with the following error:
Error Domain=GKVoiceChatServiceErrorDomain Code=32002 UserInfo=0x3b286f0 "Network conditions prevented connection."
Any ideas? What's causing this?
© Stack Overflow or respective owner