我更新了我的 XCode 和 iOS。我的代码在更新之前运行良好。现在我无法登录游戏中心。控制台给出这个错误
GameKitHelper ERROR: {
NSLocalizedDescription = "The requested operation could not be completed because this application is not recognized by Game Center.";
}
Best Answer-推荐答案 strong>
我找到了答案。 iOS 8 未启用沙盒。需要在设置 -> 游戏中心 -> 沙盒中启用沙盒。
关于iOS 8 游戏中心错误,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/25945420/
|