Game Center InviteFailed
I'm am attempting to send a Game Center invitation. Sending from the simulator to a device or from a device to the simulator results in an InviteFailed error.
What might be the problem? Incorrect implementation? Low Internet speed?开发者_C百科 Or is it not possible to test Game Center invites with the simulator?
Thanks
As far as I am aware you cannot test multiplayer in the simulator. You will need two devices.
Even though the invite functionality doesn't work in the simulator, you can still test multiplayer in the simulator using findMatchForRequest (kind of like an auto-match function):
[[GKMatchmaker sharedMatchmaker] findMatchForRequest:request withCompletionHandler:^(GKMatch *match, NSError *error)
精彩评论