Game Center InviteFailed

后端 未结 2 1662
走了就别回头了
走了就别回头了 2021-01-19 01:09

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

2条回答
  •  不要未来只要你来
    2021-01-19 01:33

    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)
    

提交回复
热议问题