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

Android Google Play Games: Show achievements intent for a specific achievement

In Google Play Game Services on Android I have created custom achievement previews for the GUI, when tapped they should show the built in achievements intent focused on that specific achievement. Currently, in the touch event, I am using: Intent…
0
votes
1 answer

Get experience points and level from google plus profile or Get Data from google plus profile

I am using google play game services in my game to get data and leaderboard scores from google leaderboard. I noticed this screen in the leaderboard profile. As you can see the name , and level and XP points. I was wondering is there a way to get…
0
votes
1 answer

Implementing achievement with Game Center or not?

Apple just rejected my app saying the following: "Upon further review, your app's previous submission was improperly rejected for 11.1. Since the sensor functionality of your app is dependent on the associated hardware, it would be appropriate to…
dfinki
  • 324
  • 4
  • 13
0
votes
1 answer

Swift - loadAchievementsWithCompletionHandler

I am making a game that uses Game Center achievements for when a player reaches certain scores. However, in my testing, I realised that the banners were being displayed every time they reached a certain score, regardless of whether they had already…
user2397282
  • 3,798
  • 15
  • 48
  • 94
0
votes
1 answer

How do I use BaseGameUtils when all of my activities already extend off of another?

I have hit a problem with signing in to Google Play in my application for Google Play Services API. I am currently using BaseGameUtils for achievements, and I have found that to use it in an activity, the activity must extend BaseGameUtils, or…
MabeeDev
  • 15
  • 1
  • 7
0
votes
0 answers

iOS Game Center - designing game achievements for offline use

I am designing and developing iOS game with achievements and leaderboards. I understand the mechanic of creating achievements within iTunes Connect, and loading/unlocking them in iOS game. But I am not aware of the best practice how to include the…
Lumik
  • 1
  • 1
0
votes
1 answer

Google play services achievement loading via Pending result

What i'm doing here is loading all achievements and saving them to a local Map: This is my code public LinkedHashMap getAchievements(){ final LinkedHashMap achievementMap = new LinkedHashMap(); …
Kedu
  • 1,350
  • 14
  • 26
0
votes
1 answer

Google Play Achievement description text length

Is there a way to alter the display of the google play achievement view, where you see the achievements and there descriptions. Each achievement has space for up to 500 characters on Google play and yet, only roughly ~50 characters can be displayed…
0
votes
0 answers

Cannot publish iOS push notification certificates changes of a linked iOS app in the Google Play Game Services

I'm using Google Play Game Services for both the Android and iOS version of my game. While the Android version can be set up and used flawlessly, the same cannot be said with the iOS version. I've linked my game and I've entered the relevant data,…
0
votes
1 answer

How and where do you call for achievement to be unlocked and displayed in google play games

I have made five achievements for my Android game. They are not Incremental achievements, How to I write the code that will unlock these achievements when the player has obtain an certain score e.g. 20. And where do I write this code? Im new to…
user3500239
  • 31
  • 1
  • 1
  • 6
0
votes
1 answer

Change the position of Google Play Game Services notification on Android

I'm using Google Play Game Services for my Android games. There is one game doesn't go along well with the achievements notification. It's an endless game and the user have to concentrate and stay focus to gain more score. The achievements…
Hieu Rocker
  • 1,070
  • 12
  • 19
0
votes
1 answer

Database Schema - Groups, Subgroups, Users and Achievements

I asked something similar some days ago, but, something changed now. In the last question (here) I wanted to know how to make a database that could hold data for groups, users and achievements, but now I need to know how to do that, but also adding…
M1k4
  • 21
  • 1
  • 5
0
votes
1 answer

Android - Play a sound on achievement unlocked

I have an Android game and I'd like to play a sound whenever a players unlocks an achievement, but I can't seem to find a way to know when the user unlocks the achievement, since most of my achievements are incremental I have no way to code it on…
DarkW
  • 575
  • 1
  • 6
  • 18
0
votes
1 answer

GKLeaderboardViewController has no 'Done' button and oriented incorrectly, but GKAchievementViewController shows fine

When showing the achievements dialog using GKAchievementViewController, this works as expected. However, when showing the leaderboard dialog using GKLeaderboardViewController, I simply a grey screen and no Done button. Furthermore, it appears to be…
L. Desjardins
  • 1,465
  • 1
  • 12
  • 22
0
votes
1 answer

Integrating Google Play services achievements and android notifications

I am using Google Play services to set up achievements for an android game. Goal: In my onAchievmentUnlocked callback I want to send a notification to the device that opens the achievement screen when the user touches the notification (from wherever…
CjS
  • 2,037
  • 2
  • 21
  • 29