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
0
votes
1 answer

Adding trial mode and achievements to a Windows Phone 7 game?

How would I go about adding a trial version and achievements for my Windows Phone 7 game? And how can I make the game upon finding it's a trial prompt the user to purchase the game and redirect him/her to the games page on the AppHub?
meds
  • 21,699
  • 37
  • 163
  • 314
0
votes
1 answer

Google Play Games achievement result status code is always STATUS_OK

This is my second question here. I am not 100% on the formatting and etiquette yet. I apologize in advance. I have a published app using the BaseGameUtils provided by Google. My achievements unlock properly, and the popups show properly, using…
MrClicks
  • 41
  • 5
0
votes
1 answer

Google play service connection and achievment

I have an issue with the achievment. My code succed when i try to connect the player with google play service but i try many thing and I can't unlock achivement.That is my code and my logcat.The error pop when i click on disconnect button.It s to…
erwan edelin
  • 17
  • 1
  • 6
0
votes
0 answers

Android Achievement Animation/View

is it possible to show a achievement like google play does without it? I would like to create a "Welcome back " banner, when my app is starting. In Android Ultimate you can create a achievement using: AchievementUnlocked test = new…
0
votes
1 answer

App crashes when launching OpenFeint achievements page

So I'm trying to make a button that launches the OpenFeint achievements page, but it always makes my app crash. When I press the button it doesn't instantly crash, first it shows that it is loading the achievements page for about 5 seconds, and then…
Cokegod
  • 8,256
  • 10
  • 29
  • 47
0
votes
0 answers

Achievement information retrieving

I want to show a button in my game with the Totalnumber of increments. theButton.setText(Integer.toString(game.appObj.firedIncrements(achString))); Following function returns the value succesfully. //returns -1 or the number of steps; public int …
VARUN ISAC
  • 443
  • 3
  • 13
0
votes
14 answers

which were your achievements in programming in 2008?

which were your achievements in programming in 2008? what technologies surprise you or learn this year and what do you expect in programming terms in 2009 Edit: Changed to Wiki
Oscar Cabrero
  • 4,168
  • 8
  • 29
  • 49
0
votes
1 answer

How to add gained xp and achievements to google game profile?

I have made a gaming app, and published it on google store and I have added google achievement xp to my app, but there is no guide on internet that I can find that should add player's earned xp on the google play game profile and also it(google game…
0
votes
1 answer

Game Center achievements not supported

I am having some problems trying to implement game center achievements into an iOS game. The game already has the player authentication and leaderboards setup and they are working fine. The first error I get is when using this method:…
jm1175
  • 165
  • 10
0
votes
1 answer

Google Play Achievement offline unlock and sync

The Google Play Documentation states: An achievement can be unlocked offline. When the game comes online, it syncs with the Google Play games services to update the achievement's unlocked state. I tried unlocking an achievement offline…
bkr879
  • 2,035
  • 2
  • 15
  • 23
0
votes
0 answers

Connect to Google Play Games Services offline in Android

I'm implementing the Google Play Games Service in Android using this guide: https://developers.google.com/games/services/android/init Everything works fine until I'm online, but if I'm offline, at the moment of the connection, I'm getting an…
0
votes
1 answer

Achievements rescrape fail. Error #3403 Achievement hasn't been Registered

Let me start by saying that this is an established app with 51 established achievement that were all working for the past couple of years until a few days ago. I believe I created this mess by making some small changes to the page scraped by the…
0
votes
1 answer

Game Center messages (achievements unlocked) not localized and with GC icon

I've configured a set of achievements for my iOS game in both English and Spanish through iTunes Connect and now I'm testing them on Sandbox mode in my device (set in Spanish) with a Sandbox tester set to use the Spanish iTunes store. However, when…
jgg
  • 967
  • 2
  • 10
  • 19
0
votes
1 answer

iPhone OS: implementing your own achievements, how do I do it?

I'm working on a game where really the only game part is (at least right now) that the user can unlock achievements as she does various things throughout the game. I have a database that can keep track of certain user actions and record how many…
nickthedude
  • 4,925
  • 10
  • 36
  • 51
0
votes
2 answers

reporting (small) achievements, then loading them returns none

I am reporting several GKAchievements with reportAchievements:withCompletionHandler: to Game Server and receive no errors. However, when I request them immediately afterwards with loadAchievementsWithCompletionHandler: I receive an empty array of…
Drux
  • 11,992
  • 13
  • 66
  • 116