HaxeExtension/extension-gamecenter

Game Freezes

Opened this issue · 0 comments

Hello,

Thank you for this nice library and the whole project.

I'm having an issue with this, I installed the library using:

haxelib install gamecenter

Added the line you mentioned:

And I'm trying to test the game center using the authentication function I found on the code:

GameCenter.authenticate();

When the app reaches the part of the code where it should run the authentication, it just freezes, I don't know why. I checked the console on XCode and checked everything on the server side (iTunes Connect).

I would like to know if you have a small sample that works or perhaps an explanation on how to make it work. This is my first trial adding game center to a game so probably I'm doing it in the wrong way.

Thanks in advance!