我更新了我的XCode和iOS。我的密码在更新之前很有效。现在我不能登陆游戏中心了。控制台会出现此错误。
GameKitHelper ERROR: {
NSLocalizedDescription = "The requested operation could not be completed because this application is not recognized by Game Center.";
}发布于 2014-09-20 05:12:52
我找到了答案。沙箱在iOS 8中不启用。需要在设置->游戏中心->沙箱中启用沙箱。
https://stackoverflow.com/questions/25945420
复制相似问题