This might be a stupid question but I havent found an answer to it on Google so its up to you :)
I am using Google Play Service to provide achievements and leaderboards in my android app. I use
unlockAchievement(getResources().getString(R.string.achievement_id));
While the achivement is unlocked correctly and is shown in the achievements list it is NOT shown to the user immediately when its unlocked, i.e. the ""achievement unlocked" thingy like in the screenshot below is not beeing displayed:
Any ideas why this doesn't pop-up?
Thanks in advance!