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

Cant report achievement #38

Open thedavebuckley opened 8 years ago

thedavebuckley commented 8 years ago

I have added the plugin and call the authenticate methods. This works and signs me in as expected.

If I check the game center app, my app is recognised and the list of achievements is displayed from gamecenter servers.

However if i call reportAchievement nothing updates in game center.

I get the success call back from the plugin and the banner displays but game center never registers the achievement as being complete.

The bundleid in config.xml matches the one in itunes connect and the achievement id matches as well. I am using phonegapbuild if that makes a difference? Not sure what is going on here.