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
1
vote
1 answer

Game Center achievement unlocking more than once

I have followed a great tutorial online on how to use Game Center in your iOS apps. It can be found here: http://code.tutsplus.com/tutorials/ios-sdk-game-center-achievements-and-leaderboards-part-2--mobile-5801 However the code for submitting an…
Supertecnoboff
  • 6,406
  • 11
  • 57
  • 98
1
vote
1 answer

unlockAchievement - is it silently failing sometimes?

unlockAchievement() in Google Play Games is silently failing for me sometimes. It tends to fail when I call it just after signing (when there's a backlog of achievements and a user signs in). Unfortunately I have no proof. I'm just running my game…
Sheado
  • 161
  • 1
  • 7
1
vote
0 answers

Facebook Achievements Localization

I would like to ask if there is a way to localize Facebook achievements (developers.facebook.com/docs/games/achievements/). I have two problems: Achievement story localization I've set additional language of the application according to this doc…
J.J.
  • 11
  • 4
1
vote
1 answer

Game Center achievement notification repeats

I am integrating Game Center onto my application, and I've done everything right, it's well but I have a problem. When an user completes an achievement, I wanted to add a notification. And I did manage to do that like this : GKAchievement…
Mykod
  • 587
  • 1
  • 5
  • 16
1
vote
1 answer

Google Play achievement is not incremental

I've faced with the strange situation. When connected to the Google Play Services I request the array of Achievements calling GamesClient.loadAchievements(this, true); In onAchievementsLoaded() method I see that all my achievements are of correct…
v3nz
  • 33
  • 4
1
vote
2 answers

How do i increase percentage achievement in Game center?

i am developing a sport application in IOS using Game Center integration. I have already configured all Game Center functions in my app, the only thing that is driving me crazy is the fact that i cannot increase the achievement percentage. I want to…
Victor Pinto
  • 177
  • 1
  • 9
1
vote
1 answer

Reseting Google game services achievements through oauth playground for an android application?

Is it possible to reset achievements for an android application using oauth playground? I have used it in the past to reset achievements for a web application but don't know how to do it for an android application. I have the android application…
Notbad
  • 5,936
  • 12
  • 54
  • 100
1
vote
1 answer

Unity3D Facebook SDK Achievements

I'm trying to implement achievements with the Facebook Unity SDK. I was hoping somebody could give me a qualitative description of the process required to do this. Here's what I've done so far. Hosted the web build on a server Created an…
1
vote
1 answer

NullPointerException when using Cloud Save in Android

I need to init AppStateClient for using Cloud for save and load data. I do next: public Constructor() { (1) private GameHelper aHelper = new GameHelper(this); (2) aHelper.setup(this, GameHelper.CLIENT_APPSTATE | GameHelper.CLIENT_GAMES); (3)…
Igor Kostenko
  • 2,754
  • 7
  • 30
  • 57
1
vote
1 answer

Google Play Game Services achievement loading

So I'm writing a java game with Eclipse that uses Google Play Game Services to handle my achievements. I have done everything as in the sample games provided by Google, with the exception that I have added GameHelper directly to my existing activity…
Finnboy11
  • 986
  • 2
  • 15
  • 34
1
vote
1 answer

Google Play Game Services - AchievementBuffer in wrong order

I'm finishing a game featuring Google Play Game Services, but i still have one main issue to solve. I got several Achievements available for my game, but when i load and display them, they seem to be in the wrong order :/ Instead of having…
colletjb
  • 75
  • 1
  • 4
1
vote
1 answer

Game center achievements localization

When adding achievements do you have to provide achievements in all languages that is supported by your game? Is this required when entering them or when your app goes to approval?
Rasterman
  • 155
  • 1
  • 13
1
vote
2 answers

Possible Data Schemes for Achievements on Google App Engine

I'm building a flash game website using Google App Engine. I'm going to put achievements on it, and am scratching my head on how exactly to store this data. I have a (non-google) user model. I need to know how to store each kind of achievement…
Joshua Patton
  • 462
  • 4
  • 19
1
vote
1 answer

How to load and sync achievements from Game Center correctly?

I'm working with Game Center now. I've created achivements on ITC and i'm logged into Game Center. Game notice me about it. Its ok. But i have to load all achivements from Game Center and check its progress. I read Apple Reference and here is class…
Tomasz Szulc
  • 4,217
  • 4
  • 43
  • 79
1
vote
1 answer

Game Center achievement behavior for multiple account game

Let's say that you develop an iOS game that allows the user to login and log out of different accounts using in-house account system. For example, you could login using Facebook, or email/password combination. What is the best way for this game to…
Max Yankov
  • 12,551
  • 12
  • 67
  • 135