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

Google Game Play Service Achievement does not pop up

I try to implement Game Play Service Achievement in my game, but when achievement is unlocked, it does not pops up (show that achievement is unlocked) but when I open list of all achievements it shows that is unlocked. So my problem is, how to pops…
1
vote
1 answer

Add XP to Android game app

I have made a gaming app and I now want to add google achievement xp to my app how should I do that I have added achievements using this guide but there is no guide on internet that I can find that should add player's earned xp. Here is my code to…
1
vote
0 answers

Google Achievement XP is not showing in Achievements and Leaderboard

I am not seeing my XP awarded to the user. Here are the screenshots: Here is the Achievements Page And here is the Leaderboard: Here is my code for the calling of achievements and leaderboards from google play services:- protected static final int…
superhuman
  • 47
  • 2
  • 12
1
vote
2 answers

What are some methods of dynamic validation for a generic class?

So basically the title sounds way fancier than the actual question. I am writing an application in which I would like to implement an achievement system. If I have all of my achievements created as instances of a generic class, how do I write a…
FlyingStreudel
  • 4,434
  • 4
  • 33
  • 55
1
vote
1 answer

Adding game center achievements to my game

I was trying to add achievements to one of my games, I made a list and started adding them with image and description in itunes connect, but I can't find a tutorial written in swift, and with a simple function like unlockachievement and the…
GioB
  • 973
  • 3
  • 11
  • 17
1
vote
1 answer

Android Achievements - Achievable More Than Once

I am new to Achievements in Android and trying to find if there is something similar to the property 'Achievable More Than Once' in iOS. There is no similar property when creating an Achievement in Android. An achievement can be earned multiple…
kiran
  • 97
  • 1
  • 8
1
vote
0 answers

Can't log in to google play during debugging

when I'm running my app in debugging with eclipse, it won't log me in, the login circle from gplay just keeps turning? so I can't find out why it won't unlock an achievement, when an user gets it. I have this code: fbdude =…
Emanuel Graf
  • 756
  • 17
  • 37
1
vote
1 answer

Game Center Authentication Successful & Failure (iOS 7, Objective C)

I've followed a few tutorials & Apple documentation on authenticating the local player for Game Center functionality using Objective C. Currently, our beta version has a functioning Game Center authentication for leaderboards. However, it seems…
1
vote
1 answer

iPhone OS: Is there a way to set up KVO between two ManagedObject Entities?

I have 2 entities I want to link with KVO, one a single statTracker class that keeps track of different stats and the other an achievement class that contains information about achievements. Ideally what I want to be able to do is set up KVO by…
nickthedude
  • 4,925
  • 10
  • 36
  • 51
1
vote
0 answers

Life cycle of repeatable Game Center achievements?

I am trying to understand the life cycle of repeatable Game Center achievements (those that have replayable set in GKAchievableDescription) based on what (little) information there is in Apple's Game Center Programming Guide. Consider e.g. a…
Drux
  • 11,992
  • 13
  • 66
  • 116
1
vote
1 answer

How to properly test game center achievements

I have implemented GameKit with achievements and leaderboards in my game. I've tested both and they seem to work. But in order to test them correctly from the beginning (I did some tests by trials and errors) is there any way to start again…
Nicholas
  • 1,915
  • 31
  • 55
1
vote
1 answer

Swift - Completed Game Center Achievements

I have an 'endless' game, where the user has to get as high a score as possible. I have made some achievements, for when they reach 30, 60, 90 points, etc. However, when the user reaches those scores, no banner is shown to say that they have…
user2397282
  • 3,798
  • 15
  • 48
  • 94
1
vote
2 answers

How to hide popping up Google Play's unlocked achievement programatically?

I have fully implemented some Achievements for my new Android App that uses the Google Play Service. But I am wondering how or whether I can disable/hide the notification that pops up when you have unlocked an Achievement programatically? (Google…
1
vote
1 answer

Remove Achievement from iTunes Connect Game Center

I first thought of having some achievements in first version of my game app. So I created one in iTunes Connect for test. Now I don't want to have any achievements for user. I want to delete it, but there is no delete option surprisingly. Box under…
NightFury
  • 13,436
  • 6
  • 71
  • 120
1
vote
1 answer

How can I remove Achievements from Game Center which I added for testing purpose?

I'm new to Apple's Game Center and while I'm studying it I added some of Achievements. It seems that if the App is go on live, Apple don't let us remove Achievements data from Game Center. But before uploading App to App Store, is it possible to…
Sungwon Jeong
  • 1,267
  • 2
  • 15
  • 28