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

Swift 5 / iOS 14 / How to implement Game Center achievements

I like to add Game Center achievements to my app. For testing purposes I created one leaderboard list and two achievements in App Store Connect and enabled them in my app. Then I authenticated the local player in Game Center and called the…
Peter Betz
  • 21
  • 2
1
vote
5 answers

Game Center- handling failed achievement submissions?

Im a noob in game center @ games generally. Im making my second game now and implemented the game center. If the internet is available, there is no problem, everything works well. But just now I purposely make the internet unreachable, and when I…
GeneCode
  • 7,545
  • 8
  • 50
  • 85
1
vote
0 answers

Can a user able to see the extra achievements as well when the app goes live on the Google Play store?

I have created some achievements for my app and published them on GPGS, but now I don't want them and created some more achievements and drafted the previously created achievements. So, the current status for old achievements (example 6…
1
vote
1 answer

Game Center achievement banners not displaying on unlock (Unity)

My app (iOS) uses Game Center for its leaderboard functionality as well as its achievement system. I am using the built in libraries for Game Center integration for unity. My achievements work as intended, however when a user unlocks an achievement,…
1
vote
2 answers

Unlocking achievement in OpenFeint

I'm very new to OpenFeint, actually started integrating it into my game today. I can't understand one simple thing that every OpenFeint using developer should probably know. Here's the example of unlocking an achievement from OpenFeint official…
Egor
  • 39,695
  • 10
  • 113
  • 130
1
vote
0 answers

How to check how many players have unlocked an Achievement in Play Game Services?

I need to know exactly how many players have unlocked a particular achievement in the lifetime of the game. Is that possible? In the documentation they say this: On your Achievements page, you can find statistics that include: Percentage of…
1
vote
0 answers

Your game has incorrectly implemented the following Play Games services: Achievements

I have read the other posts on here but cannot find an answer. I have the alert: Your game has incorrectly implemented the following Play Games services: Achievements That links to…
Maff
  • 441
  • 1
  • 6
  • 27
1
vote
0 answers

How to setup achievements in uwp...?

I am porting a game from steam to UWP. I want to How to setup Achievements like steam on UWP. I don't find any useful tutorial regarding this. My Steam code for setting Achievement SteamUserStats.SetAchievement("Achi_Name"); …
Savad KS
  • 41
  • 1
  • 6
1
vote
2 answers

OpenFeint achievement percentage increment

I'm making an iOS app which is OpenFeint enabled. I have managed to get all but one achievement to work. This one achievement is a partially completed one. My specific problem is that I haven't found a working solution to add 1% to the current…
Ashley Staggs
  • 1,557
  • 9
  • 24
  • 38
1
vote
1 answer

How to add XP points to Google Play Games?

I added two achievements for test purposes.I have a Long variable whose name is longScore1.I can save the score, but the user does not gain XP.My goal is to give users XP. Here my codes; GamesClient gamesClient =…
Ugur Gul
  • 53
  • 9
1
vote
1 answer

Android leaderboard & Achievements deprecate

After updating play-services-games to 11.8.0, Leaderboard and Achievements became deprecate.
1
vote
0 answers

Reset completed achievements in Game Centre

I am debugging code for achievements in my sprite kit game. When you gain an achievement it goes immediately to 100% achieved - they are one off achievements where you have done a specific thing. The game has NOT been released on the app…
Ross Knipe
  • 518
  • 3
  • 16
1
vote
1 answer

Rails Badge / Achievements System Dynamic Master List

So I am using the method in: How to implement an achievement system in RoR to implement a badges/achievement system on my app. This has worked great thus far, but I am wanting to have a "master list" of all the badges that currently exist on the…
goddamnyouryan
  • 6,854
  • 15
  • 56
  • 105
1
vote
0 answers

Javascript: Navigatable Viewport that can also be interacted with

I am in the process of learning javascript for game design, and wanted to make a separate achievement page that the user can navigate to that will allow them to check their achievements on various games. (at the moment I am not concerned with…
Kerma
  • 69
  • 1
  • 10
1
vote
0 answers

Deleting a facebook game achievement reports invalid URL

I'm trying to delete a user's facebook game achievement, for testing purposes. I'm doing it in an iOS app, but I suspect the problem is independent of the iOS side of things. I have created, and awarded the achievement, and it all seemed to work. I…
narco
  • 830
  • 8
  • 21