iOS 8 Game Center Error

半城伤御伤魂 提交于 2019-12-24 00:46:43

问题


I updated my XCode and iOS. My codes worked well before update. Now I can't login game center. Console gives this error

GameKitHelper ERROR: {
    NSLocalizedDescription = "The requested operation could not be completed because this application is not recognized by Game Center.";
}

回答1:


I found the answer. Sandbox is not enable in iOS 8. Need to enable Sandbox in Settings -> Game Center -> Sandbox.



来源:https://stackoverflow.com/questions/25945420/ios-8-game-center-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!