cordova-plugin-game-center icon indicating copy to clipboard operation
cordova-plugin-game-center copied to clipboard

Open Achievements tab

Open nullday0 opened this issue 9 years ago • 1 comments

Hello.

That plugin - https://github.com/Wizcorp/phonegap-plugin-gameCenter - has a great feature - it's possible to open achievements tab from GameCenter.

As I understood, it is impossible in your plugin, right? Maybe you can add that feature? I think it shouldn't be so hard.

Thank you.

nullday0 avatar May 14 '15 01:05 nullday0

It's quite long time for this, but I just recap here if someone needs to use this feature.

Yes, it is possible to open achievement tab using this call:'

gamecenter.showLeaderboard(onSuccess, onError, { showAchievements: 'true' });

Note:

  • It is 'true' string not boolean true in showAchievements parameter.
  • Make sure you have properly setting up achievements for your app on AppConnect.

nper avatar Sep 04 '19 05:09 nper