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

Open Achievements tab #31

Open nullday0 opened 9 years ago

nullday0 commented 9 years ago

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.

nper commented 5 years ago

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: