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

Registering Facebook Achievement - App-Access Token Issue

I'm having a problem registering achievements: I'm posting this code with the graph explorer: [APPID]/achievements?access_token=[app access_token]&achievement=[achievement link]&display_order=1 ..and I keep getting back: "message": "(#15) This…
1
vote
1 answer

loadAchievementDescriptionsWithCompletionHandler, NSMutableDictionary always null

I've been trying for hours and I cannot get this to work, in my GameCenterManager class I've got this: - (void) retrieveAchievmentMetadata { self.achievementsDescDictionary = [[NSMutableDictionary alloc] init]; [GKAchievementDescription…
1
vote
1 answer

How to know a friends who achieve this achievement?

Cant find the way to display friends, who achieve it, on achievement page. /USER_ID/achievements - returns users achievements /FRIEND_ID/achievements - returns one of my friend achievements /APP_ID/achievements - returns list of defines Help me…
user548458
  • 13
  • 3
1
vote
1 answer

Registering and posting Facebook achievements from an iOS app

I have an existing iOS app on the App Store that includes Game Center achievements. Since it also has a working Facebook Connect implementation, I'd like to leverage the social channels available through the new Achievements Graph APIs with my…
megastep
  • 1,246
  • 12
  • 13
0
votes
1 answer

OpenFeint Achievement and Leaderboards buttons not displayed (always)

I've added a bunch of achievements and a leader board on the openfeint developer dashboard then I downloaded the offline configuration file and I also added a test user. When I open the application dashboard nor the Achievements neither the…
Lolloz89
  • 2,809
  • 2
  • 26
  • 41
0
votes
1 answer

How to bypass achievements cache without debugger

I have ~40 achievements in my Facebook application. I'm still in dev environement performing some tests with achievements, deleting all of them and recreating them with a different URL but same content, with a batch. But most of the time, it appears…
JBS
  • 269
  • 2
  • 10
0
votes
1 answer

iPhone GameCenter won't showAchievments

So my problem is that after integrating gamecenter nicely into my iphone app, it won't show the achievements list! The integration was a success I think because when I use the submitAchievement method, I do unlock achievements on the list. But I…
0
votes
3 answers

Trying to add an achievement to a user but I get an error saying the achievement has og:type of 'website'

I've created and achievement: https://graph.facebook.com/10150491734196645 It seems to be correct and there it says it is an achievement... However when I try to add this achievement to an user i get the following error: facebook.GraphAPIError:…
Julian
  • 702
  • 4
  • 14
0
votes
1 answer

Achievement order in default game center view controller

Is there a way to control the order achievements are shown in the Game Center achievement view controller (GKAchievementViewController)? Currently they are showing up in the order I created them in iTunes Connect. I did see that it is also possible…
user1139733
  • 986
  • 9
  • 14
0
votes
2 answers

Openfeint Achievment Progress on Android

My team has decided to integrate OpenFeint into the app we are developing to leverage the achievements API.. We currently track the achievement progress locally on the phone, and submit the achievement once we detect that it has been fulfilled. I've…
user8709
  • 1,342
  • 13
  • 31
0
votes
2 answers

registering achievements for facebook game

I have registered one achievement for my app. Everything is fine, but the problem is that, when user clicks on the achievement on the ticker, he gets redirected to a not existing page in my app. This is really strange. I made many tests and read…
0
votes
1 answer

Achievements / Reset

We're implementing some achievements for our game so we're working on our QA app. How can I reset (if at all) all the achievements in the app ?
Alon
  • 801
  • 1
  • 10
  • 22
0
votes
1 answer

Setting Facebook Achievement from Flash

I'm setting up achievements for a game I'm working on. Flash sends the command to unlock the achievement, as well as the url to the achievement. On my server, I have the code that passes the display order and achievement url from Flash to Facebook.…
0
votes
1 answer

Facebook achievements registration is failing - url is not of type game.achievement

I'm trying to register an achievement on Facebook. I'm registering: url: http://mydomain.com/achievement.php?gca=gc2 display_order: 300 But I get error: (#3502) Object at achievement URL is not of type game.achievement In my url I have…
pmaruszczyk
  • 2,157
  • 2
  • 24
  • 49
0
votes
0 answers

Daily streak not updated

we are developing a water tracking app in Kotlin / Android Studio. Unfortunately, the achievements (reaching a daily water intake goal for x days in a row) are not being crossed off, I think? Could you help me? Thanks a lot! Respective functions…