Questions tagged [achievements]

In video gaming, an achievement is a meta-goal defined outside of a game's parameters. Achievements may be implemented by a platform, or solely within the game itself.

From Wikipedia:

In video gaming parlance, an achievement, also sometimes known as a trophy, badge, award, stamp, medal or challenge, is a meta-goal defined outside of a game's parameters. Unlike the systems of quests or levels that usually define the goals of a video game and have a direct effect on further gameplay, the management of achievements usually takes place outside the confines of the game environment and architecture.1 Meeting the fulfillment conditions, and receiving recognition of fulfillment by the game, is referred to as unlocking the achievement. Despite the usual connotations of the term, unlocking an achievement does not generally pave the way for future actions with the same achievement.

234 questions
2
votes
0 answers

Incremental Achievements in Google Play Games Unity3d

I want to implement incremental achievement, if I get a score 10 then it should unlock an achievement for that. Likewise I have created achievement for the scores 40 , 100 etc. I am currently using this method: if(score == 10) { …
Zankhna
  • 4,570
  • 9
  • 62
  • 103
2
votes
1 answer

Play Games Achievements not getting unlocked

I've looked all over the web for this one and I couldn't find anything, what am facing here is that whenever I try to unlock an achievement via the code: Games.achievements.unlock(getApiClient(), "id"); the damn thing won't unlock ! and I have…
Ahmed Awad
  • 1,787
  • 3
  • 16
  • 22
2
votes
3 answers

Issues implementing achievements and leader boards Unity, Android - Google-Play-Games

I've finally made a game that I am happy to push on the android store and I have everything down packed except for a few minor details like implementing the leader board and achievements. Now, I've followed the tutorial on the video produced by…
2
votes
1 answer

Achievement.getRevealedImageUri() load the icon instead of the progress for incremental achievements

I have created a game where I need to display the achievements in a custom UI. When I try to get the ImageUri, I am expecting to get the progress circle that we can see in Play Games application, and not the icon. Is there a trick or a parameter to…
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
2
votes
1 answer

Android - How to check if an achievement has been unlocked

I have some incremental achievements on my game and i want to check if one of them is already unlocked. How can i do that? Originaly i used this method: getGamesClient().incrementAchievement(achievement, increment); Then i tried to use…
2
votes
0 answers

Google Play Game Services Achievements gone on iOS

The Good: Achievements and Leaderboards work perfectly on Android Leaderboards work on iOS The Bad: Achievements don't work on iOS Everything works flawlessly on android. Now running my game on iOS however will unlock achievements (banner shows up)…
2
votes
1 answer

Unable to add Game Center achievement and leaderboard: Lightbox Save Failure: Failed to takeValuesFromRequest => null

After adding all information (Language, Title, Pre-earned Description, Earned Description, Image) for a Language in iTunes connect for an achievement, and clicking Save, I get this message in a popup Lightbox Save Failure: Failed to…
Jonny
  • 15,955
  • 18
  • 111
  • 232
2
votes
0 answers

ShowDefaultAchievementCompletionBanner not showing

In Unity-iPhone, I'm using GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true) to activate gamecenter completion banner. There's no problem if the achievement was completed from 0% to 100%, the banner is shown. However if the achievement…
Psylocke
  • 543
  • 1
  • 3
  • 15
2
votes
2 answers

Error when posting achievements with user messages

When posting an achievement with a user message it gives the following error: {"error":{"message":"(#100) You haven't enabled User Messages for this action type (127701393971353) yet. Please update your Open Graph settings in the App…
Jan Boon
  • 51
  • 4
2
votes
0 answers

Report Game Center achievements too frequently?

I'm developing a game with cocos2d about a jumping frog. In this game the jumping action is VERY common (from 25 to 60 times per level depending on the difficult). I'm integrating the game with Game Center and I would like to add several…
rai212
  • 711
  • 1
  • 6
  • 20
2
votes
2 answers

Made a banking achievement with PHP and Mysql

Well, I made an achievement system for my game. I have an achievement for banking a certain amount. Well, when their's the certain amount banked you will have the achievement posted on your users wall. But when you withdraw cash the achievement will…
2
votes
0 answers

Do GameCenter sandbox achievements work with ad-hoc distribution builds?

I've followed all the instructions for the GameCenter stuff. I've added the code to authenticate my app, and made 3 sample achievements for my app via iTunes Connect. I can see my 3 sample achievements in the GameCenter sandbox. Furthermore, I've…
2
votes
1 answer

Game center achievements in Cocos2d

In my app i'm able to add game center achievements successfully. But i'm not able to reset those achievements. I tried the methods described in the Apple's Game kit tutorial, but still i can't reset once added achievements in the game center.
Augustine
  • 1,714
  • 1
  • 17
  • 21
2
votes
1 answer

Register Achievement ok, Create Achievement Returns false

I've just started implementing FB Achievements for my Game. I'm using the PHP SDK for my app. I've successfully registered an Achievement using the following code from my class which subclasses the PHP SDK class: $URL =…
2
votes
1 answer

Posting Game Achievement - Invalid Token Error: 'An ID has already been specified'

I am trying to post a game achievement to Facebook using the PHP CURL code shown below. I have two variables $non_sef_achievement and $sef_achievement. Using $sef_achievement I get that I have an invalid type game and that game.achievements is…
ivias
  • 249
  • 1
  • 3
  • 15