iOS 8 Game Center Error

2019-07-14 07: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条回答
疯言疯语
2楼-- · 2019-07-14 08:09

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

查看更多
登录 后发表回答