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
0 answers

System for detecting if objectives have been achieved

My game includes a series of 10 missions, each with 3 objectives to complete during gameplay (very similar to achievements). Once the 3 objectives are completed in any order, the mission is completed and the player is given the next mission…
0
votes
1 answer

iTMSTransporter metadata.xml md5 utility ios

So I have 100 achievements to upload, rather than using the website I thought it may be faster to create a metadata.xml file and use iTMSTransporter to upload the data. Unfortunately one snag is a MD5 checksum must be computed for each image file,…
Rasterman
  • 155
  • 1
  • 13
0
votes
2 answers

Collections in Game Center achievements

Is it possible to implement a "collection" kind of achievement in Game Center achievements? Let's say you design a game with a lot of gems that the player picks up. The gems come in ten different types, and some gems are rarer than other. Only when…
Jonny
  • 15,955
  • 18
  • 111
  • 232
0
votes
1 answer

Game center sandbox

Ok, so I have an app available in the app store, for its next update I want to add Game Center functionality, I have done all my coding and everything is working as I would expect (using NSLog to make sure that the correct coding is called) but,…
0
votes
1 answer

Achievements button in game center

I published app with game center achievements to app store. Achievements were working and updating. I made a bug fix in non-game center code class and submitted the updated app version to store. Now, I've noticed when I run the new version…
Kaylin1025
  • 11
  • 3
0
votes
0 answers

Can't post user's "message" with Achievement

I have a Facebook Game called "Physi Bricks". The game has achievements. When the user gets an achievement, I ask if they would like to post a message with that achievement. If they click "yes" they are prompted for a message. This message is then…
Jared
  • 23
  • 5
0
votes
1 answer

iOS - Remove achievement

I've started using Game Center in my App but while I'm testing achievements I noticed that I don't know how to delete/reset them. I also tried to go on the Game Center (on the simulator) swipe on the App and delete it. But when I play my App again,…
Alberto Schiariti
  • 1,546
  • 2
  • 15
  • 31
0
votes
1 answer

GKAchievement Unlocked Too Early?

I am using this library to report scores and achievements in my app: https://github.com/csddavies/DDGameKitHelper So in my app I report percentages to let the user know how close they are to completing an achievement. So I do something like…
SimplyKiwi
  • 12,376
  • 22
  • 105
  • 191
0
votes
0 answers

Can't read facebook achievements, OAuthException throwned

I am developping my first facebook social game in PHP and I follow the social game tutorial provided on developer.facebook.com My game is on a server and loaded into a canvas page. Everything is clear but I can't resolve a problem when I try to deal…
0
votes
1 answer

Facebook Achievements on Localhost?

quick question - Is it possible to register facebook achievements passing in a url that is only served by my local development server (i.e. localhost)? Or do I actually have to host the app on the internet? Thanks!
ejang
  • 3,982
  • 8
  • 44
  • 70
0
votes
2 answers

Is it possible to load image from GKAchievementDescription?

I'm using this method to load all achievements description. [GKAchievementDescription loadAchievementDescriptionsWithCompletionHandler: ^(NSArray *descriptions, NSError *error) { CCLOG(@"achivements loaded"); if (error != nil) { …
Benoît Freslon
  • 2,021
  • 4
  • 26
  • 35
0
votes
1 answer

GameCenter achievement is not completed

I have a rather disturbing problem. When I unlock an achievement, I show a notification about it. It is triggered when achievement.completed == YES. On the Simulator, this is ok, achievement.completed is true and the notification shows. However, on…
McDermott
  • 1,025
  • 2
  • 16
  • 28
0
votes
1 answer

GameKit best score and last achievement

I'm wondering if there is a simple a way to retrieve the best score and the last achievement that has been unlocked for the local user in an iOS app. Thanks for your advices !
Pierre
  • 10,593
  • 5
  • 50
  • 80
0
votes
1 answer

Best way to implement achievement system for android game

I currently try to implement achievement system for my game, but can't find a better way to realize some complex ones like: the player has collected x coins, complete level with time least than x seconds, Kill over x enemies etc... Could you share…
wanting252
  • 1,139
  • 2
  • 16
  • 22
0
votes
2 answers

GameKit Achievement for Rating iOS App?

Quick question. Tried googling and SO and couldnt find anything like this. Is it allowed to create a gamecenter achievement for things that aren't actually progress in the game? For example can you have an achievement for: Emailing Me with…
bkbeachlabs
  • 2,121
  • 1
  • 22
  • 33
1 2 3
15
16