Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试发送 Game Center 邀请。从模拟器发送到设备或从设备发送到模拟器会导致 InviteFailed 错误。
可能是什么问题?执行不正确?网速低?还是无法使用模拟器测试 Game Center 邀请?
谢谢
据我所知,您无法在模拟器中测试多人游戏。您将需要两个设备。
即使邀请功能在模拟器中不起作用,您仍然可以使用 findMatchForRequest(有点像自动匹配功能)在模拟器中测试多人游戏:
[[GKMatchmaker sharedMatchmaker] findMatchForRequest:request withCompletionHandler:^(GKMatch *match, NSError *error)