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

Synchronize google achievements automatically with profile

I'm trying to add achievements to my game and I noticed that if I unlock the achievement while I was OFFLINE, then after I reconnect the internet to be ONLINE in the profile Account it doesn't show correctly the unlocked amount of achievements. In…
0
votes
1 answer

Difference between the old game.achievement / new open graph

I'm confused about the new version of the Open Graph (beta). I'm currently implementing the achievements functionality into a facebook app'. I'd like to know if there's a difference between : Old game.achievements in the og:type meta tag,…
evanesis
  • 260
  • 1
  • 9
0
votes
1 answer

Steam achievements not unlocking on all devices

I have Steam account on multiple PC devices. Through my Steam client i installed a game on these devices. My game code is trying to unlock some achievements. These are getting unlocked on one device but not on the other. I made sure I am in online…
mukul
  • 171
  • 1
  • 15
0
votes
0 answers

com.google.android.gms.common.api.ApiException: 17: API: Games.API is not available on this device

recently I ported my old Android game developed in Eclipse from 2011-2016, to Android Studio because I was forced to a much higher MinSdk by Google. To the following according to build.gradle: compileSdk 30 minSdk 26 targetSdk 31 Everything worked…
0
votes
2 answers

Facebook Achievement URL

I tried creating an achievement and saw myself having to create a new page with the open graph tags describing the achievements and left the content of the page empty. I was able to register and publish the achievement to a user and finally I was…
Jose Vega
  • 10,128
  • 7
  • 40
  • 57
0
votes
2 answers

Can't read achievements for certain users

I'm experiencing some inconsistent behaviour when trying to read achievements from my app. I have 3 tests accounts, 2 of which I can read achievements. However the 3rd account always returns an empty array. All 3 accounts have the publish_action…
0
votes
1 answer

ActivityNotFoundException when trying to display Google Play Achievements

I am developing an app with Xamarin Android and successfully managed to sign in to Google Play. Now I am trying to display the list of achievements from my Main Activity. I am following the official documentation for Java and this is the code I have…
0
votes
0 answers

Achievement on ios is not displayed in the game

The achievement banner on ios does not open, here is the code itself https://paste.myst.rs/otdjz8rd, I I searched the internet for a solution and found out that the banner was displayed on ios 6 or earlier, later than the 6th it is not displayed…
Ivan4554
  • 9
  • 1
0
votes
3 answers

OAuthException (#15) "This method must be called with an app access_token" while trying to post achievement

I'm constantly getting the OAuthException (#15) "This method must be called with an app access_token" while trying to register achievement for my app in the following way: FB.api("/APP_ID/achievements", 'post', {achievement: FULL_ACHIEVEMENT_URL,…
Vyacheslav Orlovsky
  • 329
  • 1
  • 6
  • 15
0
votes
1 answer

how to unregister achievements that don't have an associated URL

I am seeing some incomplete entries in our app's registered achievements. Querying the achievements using the following graph api call curl "https://graph.facebook.com//achievements?access_token=" The call returns results…
zsolt
  • 33
  • 1
  • 5
0
votes
0 answers

Google Play Console does not update achivement unlocks

I have recently added Google Play Games into my Unity game and published it. Everything seems to be working; the achievements get unlocked when I play the game and the Play Games app shows the unlocked achievements. But I can not see anyone having…
0
votes
1 answer

Achievements not readable for my Game App

I have created a Facebook application which has its category set to "Games". I've followed the documentation for defining an achievement (unique url/open graph meta tags etc) and have successfully added the achievement to my game via the graph API.…
0
votes
1 answer

Facebook API achievements: #3404 Cannot find requested achievement when register a achievement

Here is the problem, when im trying to do what this post said, but when i register my achievement, i got an error: { "error": { "type": "OAuthException", "message": "(#3404) Cannot find requested achievement" …
Siyuan Zhang
  • 405
  • 3
  • 9
0
votes
1 answer

Bukkit Player check achievements

I don't know what I should put into player.getAdvancementProgress(Here). if (player.getAdvancementProgress().isDone()) { } Maybe someone knows something?
Silvan
  • 21
  • 6
0
votes
0 answers

Is it possible for some achievements to require content that's behind an IAP on Google Play?

I am developing a game for mobile and want to distribute it with Google Play. The game contains achievements using the Google Play Achievements feature, but by design in order to unlock some of the achievements, the user will need to purchase the…