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

Unable to register achievements

I've been unable to register any achievements. I keep getting the following: {"error":{"message":"(#3502) Object at achievement URL is not of type game.achievement","type":"OAuthException","code":3502}} When I run my URL through the linter, I…
abe
  • 1,549
  • 1
  • 11
  • 9
1
vote
1 answer

Internationalizations for achievements

Trying to internationalize some open graph's achievements. I tried to put alternate og:locale as described in http://developers.facebook.com/docs/beta/opengraph/internationalization/. When doing so, my open graph "achievements" objects are actually…
1
vote
1 answer

Graph API response with "Bad request - protocol error" on earned achievements instead of #3501

I'm using C# with ASP.NET to make a game. I have a method to send post request and it's working fine in all request ( i.e. loging, scores ) exept when I try to give an earned achievement. In this case the server return Bad Request ( status -…
Azzy Elvul
  • 1,403
  • 1
  • 12
  • 22
1
vote
1 answer

Registering fb achievements

When registering fb achievements, do I have to register them every time a new player hits the app or just once while developing? In examples they always show you registering the achievement directly before you post it but I'm guessing this is…
keybored
  • 5,194
  • 13
  • 45
  • 70
1
vote
2 answers

Game Center achievements when not signed in to it

I am building a game which uses achievements currently. Let's imagine the following situation: The user starts the app the first time, does not sign in to GameCenter and gets a few achievements. But now he decides to use GameCenter and signs in some…
user610246
  • 732
  • 1
  • 7
  • 11
1
vote
0 answers

Is there a public iOS Game Center Xml feed?

I would like to be able to read a user's achievements and a game's leaderboard from Game Center through an external application not necessarily on iOS. Is there a publicly available xml feed or a feed available to iOS developers? I'm not currently a…
Cameron Tinker
  • 9,634
  • 10
  • 46
  • 85
1
vote
1 answer

Registering achievements: Object Base Domain Not Allowed, even when domain IS allowed

I have an Open Graph achievement at the following URL: http://rinth.bucket1.s3.amazonaws.com/Achievements_LOCAL/Achievement1.html When I attempt to register it, I get a response of: status code 400: OAuth "Facebook Platform" "invalid_request"…
1
vote
0 answers

iOS Game Center achievements are resetting

We have some problems with achievements which were unlocked in Game Center. This is our first time that we implemented Game Center features inside our app and it seems that leaderboards, score reporting and unlocking achievements are all working…
1
vote
1 answer

Facebook achievement does not show image in the ticker

I have added some achievements to my FB app. Everything works fine, but the images of the achievements are not shown in the ticker. I checked the achievements with the URL Linter and the image property seems to be valid. Does it take some time for…
Akkumulator
  • 995
  • 1
  • 9
  • 26
1
vote
3 answers

Achievements implementation in Android app

I just wonder if Android SDK has special tool for achievements implementing. I want to add some in my game project, but don't know the best way to do it. Thx in advance
Eugene
  • 23
  • 1
  • 4
1
vote
1 answer

Scores and Achievemnts, understanding the process

I am a bit confused when it comes to Scores and Achievements. I am currently registering Achievements 1 - 1000 assigned to points 1 - 1000, where each point is an achievement. I know each achievement. has a point value associated to it, if i post…
ShawnDaGeek
  • 4,145
  • 1
  • 22
  • 39
1
vote
0 answers

GKAchievement.loadAchievements is always returning an empty array

GKAchievement.loadAchievements is always returning an empty array. It's authenticated with the local player, and GKAchievement.report works perfectly. I'm able to see the unlocked achievement in the Game Center. Auth func authPlayer(){ let…
1
vote
0 answers

Google Achievements Unlock But Don't Save

I added achievements to my Google Play game following Google's tutorial. They unlock fine and if I display achievements in-game immediately they show up. If I quit the game and go to the Google Game's app they don't show up and they disappear from…
goob256
  • 11
  • 1
1
vote
2 answers

Gamekit / Gamecenter achievements not reporting correctly during testing

I am currently working on a Swift/SwiftUI game with GameCenter / Gamekit integration. I have successfully integrated game kit for leaderboards/scores, but I am having issues with achievements. At the moment I am not sure if the problem lies with the…
Daniel DE
  • 85
  • 1
  • 8
1
vote
1 answer

Achievements in Django

I would like to add the achievements to my website. I would like them not to be assigned automatically, but that the user would add which achievements he made. I can't make a view for it. models.py from django.db import models from django.utils…
beleg
  • 11
  • 3