Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Achievements tab #31

Open
nullday0 opened this issue May 14, 2015 · 1 comment
Open

Open Achievements tab #31

nullday0 opened this issue May 14, 2015 · 1 comment

Comments

@nullday0
Copy link

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
Copy link

nper commented Sep 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants