I am running an ap on iOS 7 with unity 4.2. I have set up the itunes connect and have IAP and Achievements. I can show the achievementUI, the problem is that I don’t see the banner telling the player they have completed an achievement.
If I show the achievementUI, it does show that I have just completed it but no banner appeared.
I have GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true); which is called after I have reset all the achievements(testing) and called LoadAchievements ( but not received the call back)
I have not tried it on ios6
Is there something I have not setup correctly either in the itunes connect or the code?