leecrossley / cordova-plugin-game-center

Cordova / PhoneGap Game Center Plugin for Apache Cordova >= 3.0.0
http://ilee.co.uk
78 stars 29 forks source link

The callback functions are not called after auth #41

Open doug1e opened 5 years ago

doug1e commented 5 years ago

Hi there,

The plugin works like a charm in practice so huge thanks first of all. However, the callback functions after auth() are not called for some reason. I am using ionic and testing it on an iPhone 7 device.

I can see the game center welcome screen once the auth() is called and I can also display the leadersboard, submit score etc. however, the callbacks are not fired for some reason.

As I cannot confirm if the auth has been successful, I am not sure when/whether to call showLeaderboard()

Many thanks in advance for your guidance on the issue.

Cheers,

Doug