Social Api issue

Greetings!
I have an issue with IOS Game Center.

  1. Social.ReportProgress doesn’t work. It calls !success everytime
  2. GameCenterPlatform.ShowLeaderboardUi( id, tamescope) always shows all my leaderboards, but i need to open only specific board with its ID.
  3. Localuser.LoadAchievements() always return empty IAchievement[ ] achievements with lenght == 0
    All leaderboards and achievements are created in ITunes Connect and tested directly with xcode and with testflight with different users. Posting and getting values from leaderboards work correctly

I updated my unity to 5.3 and achievements work correct now. It unlocks and i can get non-empty list of achievements. But showleaderboardsUi now opens achievement window O o
I tried both - GameCenterPlatform.ShowLeaderboardUI(string ID, TimeScope.AllTime) and Social.ShowLeaderboardUI() :frowning:

a month. that’s worst pro user support i’ve ever seen

Did you ever get any feedback on these issues?

I’m running 5.3.1p3 and am having issues with ReportProgress, the result is coming back as successful, but the achievement doesn’t seem to be registered as completed?! And yes, ShowLeaderboardUi does seem to open the Achievements panel.

  • Matt.

We are looking into these issues.

Any update on how to show a specific leaderboard?

We have a fix internally which will be released in an upcoming Unity version.

unity 5.3.4f1 and earlier: GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true) works fine on iPhone, but doesn’t work on iPad.

I can’t reproduce this. Note that the achievements can only be earned once, after that you need to reset them in iTunes connect or login with different player.

any word on next 5.3 patch update ? sure i’ve heard the TVos gamecenter fix alone with this issue was to be included.

5.4 b10 has the fix btw

5.3.5 p2
still cant open on the specific/default leaderboard

5.3.5 p2
still cant open on the specific/default leaderboard

We couldn’t reproduce the issue you’re experiencing. This could be caused by the our setup being different than what you use. Could you please provide more information and perhaps submit a bug report?

I’m using, Version 5.3.3f1 Personal Edition. Having the same issue GameCenterPlatform.ShowLeaderboardUI shows the achievements screen in the gamecenter app. Is there any progress about the issue?