6

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

I've got the following setings in iTunesConnect:
enter image description here enter image description here

and XCode:
enter image description here

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

deko
  • 2,534
  • 3
  • 34
  • 48

1 Answers1

4

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.

Danoli3
  • 3,203
  • 3
  • 24
  • 35