Google Play Games achievement unlocked popup not showing

后端 未结 4 1004
一生所求
一生所求 2020-12-06 06:43

I\'m unlocking achievement using this simple method from developers docs:

Games.Achievements.unlock(getApiClient(), \"my_achievement_id\");

4条回答
  •  庸人自扰
    2020-12-06 07:02

    Had the same problem. I have solved it by adding icon to the achievement. I am not kidding, it is really strange but it started to work after that. Please note that I am talking about not published project, I was just testing my app and wondering what is going on.

提交回复
热议问题