OSX Game Center: Couldn't communicate with a helper application

不打扰是莪最后的温柔 提交于 2019-12-07 06:53:35

问题


I'm setting up Game Center for my OSX game, but it can't authenticate player with the following error (OSX 10.10 Yosemite):

I've got the following setings in iTunesConnect:

and XCode:

I'll appreciate any ideas how to make it work!


回答1:


Solution:

This is not documented. I've reported a rdar://23594124

Add this key to the entitlements of the App:

com.apple.developer.game-center

BOOLEAN = YES

This fixes the error.



来源:https://stackoverflow.com/questions/29295423/osx-game-center-couldnt-communicate-with-a-helper-application

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