The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
1answer
40 views

Custom achievements

I want to create an application that can give custom achievements to games. So what i need is a tool what checks in game data. (Example. Age of Empire: looks which age the player is in). Something ...
4
votes
1answer
35 views

How can I reset achievements from Google Game Services?

I'm testing my game using Google's new Games Services, and I'd like to reset my account's achievements for testing. I've found that you can reset achievements using google's APIs ...
0
votes
0answers
15 views

ShowDefaultAchievementCompletionBanner not showing

In Unity-iPhone, I'm using GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true) to activate gamecenter completion banner. There's no problem if the achievement was completed from 0% to ...
0
votes
0answers
16 views

Tracking badges/achievements

I want to implement a badge system in my android app, the user collects some points and depending on how much points they've gathered they get some badges. My problem is that how to keep track which ...
-1
votes
0answers
13 views

Achievement is not appearing

I'm using Graph Api Facebook Graph Api To adding my achievement on my app, I do it with my code: /503449429707505/achievements? ...
1
vote
1answer
41 views

OAuthException 2500 (Unknown path components) when trying to register Achievement in Facebook

I am trying to register a Facebook open graph achievement for an app. I obtain the app access token and post the following request using open graph API explorer: ...
0
votes
1answer
64 views

Collections in Game Center achievements

Is it possible to implement a "collection" kind of achievement in Game Center achievements? Let's say you design a game with a lot of gems that the player picks up. The gems come in ten different ...
-5
votes
1answer
73 views

Keeping track of users progress through a story and displaying on profile page - (Javascript,PHP,Jquery) [closed]

Okay, so Im making a slightly elaborate "text adventure" type game (Think DORK - Text Adventure or Zork) where the user logs in after registering and then progresses through the story using an input ...
0
votes
0answers
91 views

Registered achievements (at Facebook) can't be posted and deleted

I've successfully register several achievements for my facebook app using Graph Explorer, so i can read them and response is ok, i see all achievments i've registered. And also i checked each ...
0
votes
0answers
34 views

Registered achievements can't be posted and deleted

I've successfully register several achievements for my facebook app using Graph Explorer, so i can read them and response is ok, i see all achievments i've registered. And also i checked each ...
0
votes
1answer
173 views

Game center sandbox

Ok, so I have an app available in the app store, for its next update I want to add Game Center functionality, I have done all my coding and everything is working as I would expect (using NSLog to make ...
0
votes
0answers
166 views

Error when posting achievements with user messages

When posting an achievement with a user message it gives the following error: {"error":{"message":"(#100) You haven't enabled User Messages for this action type (127701393971353) yet. Please update ...
0
votes
1answer
78 views

Achievements button in game center

I published app with game center achievements to app store. Achievements were working and updating. I made a bug fix in non-game center code class and submitted the updated app version to store. ...
4
votes
1answer
303 views

Offline Game Center iOS Achievements

Trying to figure out best way to work with Achievements in Game Center in case of offline mode (e.g. Airplane mode turned on). As far as I understand Game Center in iOS 5+ takes care of offline ...
0
votes
0answers
90 views

Report Game Center achievements too frequently?

I'm developing a game with cocos2d about a jumping frog. In this game the jumping action is VERY common (from 25 to 60 times per level depending on the difficult). I'm integrating the game with Game ...
0
votes
1answer
233 views

How to load and sync achievements from Game Center correctly?

I'm working with Game Center now. I've created achivements on ITC and i'm logged into Game Center. Game notice me about it. Its ok. But i have to load all achivements from Game Center and check its ...
2
votes
2answers
124 views

Architecture for achievements / badges

There's a lot of questions already about coding a badge system similar to SO, my question is different. Assume I have a web page system, badges / achievements, stored in the DB as a row with the ...
0
votes
0answers
74 views

Can't post user's “message” with Achievement

I have a Facebook Game called "Physi Bricks". The game has achievements. When the user gets an achievement, I ask if they would like to post a message with that achievement. If they click "yes" they ...
0
votes
1answer
73 views

iOS - Remove achievement

I've started using Game Center in my App but while I'm testing achievements I noticed that I don't know how to delete/reset them. I also tried to go on the Game Center (on the simulator) swipe on the ...
1
vote
1answer
160 views

Game Center achievement behavior for multiple account game

Let's say that you develop an iOS game that allows the user to login and log out of different accounts using in-house account system. For example, you could login using Facebook, or email/password ...
2
votes
2answers
97 views

Made a banking achievement with PHP and Mysql

Well, I made an achievement system for my game. I have an achievement for banking a certain amount. Well, when their's the certain amount banked you will have the achievement posted on your users ...
0
votes
0answers
119 views

OpenGraph explicit vs implicit actions

Is it possibly to ask the user to explicitly share an action, and if he doesn't share it still post it as an implicit action? Users in my app take some actions, and I want to post them to facebook.I ...
0
votes
1answer
56 views

GKAchievement Unlocked Too Early?

I am using this library to report scores and achievements in my app: https://github.com/csddavies/DDGameKitHelper So in my app I report percentages to let the user know how close they are to ...
2
votes
2answers
242 views

Game Center / GameKit reporting score if network is not available

I'm creating game like application supporting Game Center. And I have a problem with reporting score to leaderboard when the player is authenticated to gamecenter correctly but the network (wifi or ...
0
votes
0answers
86 views

Can't read facebook achievements, OAuthException throwned

I am developping my first facebook social game in PHP and I follow the social game tutorial provided on developer.facebook.com My game is on a server and loaded into a canvas page. Everything is ...
0
votes
0answers
66 views

gamecenter achievement hidden is visible

i have 4 achievement in gamecenter, 2 hidden, but in simulator and in device they are visible... i have 4 achievement in gamecenter, 2 hidden (i checked hidden in itunesconnect), but in simulator and ...
0
votes
0answers
78 views

Translating Facebook achievements

I have been able translate the text of my application for several different languages, this all works great. I have also created some open graph actions and the translation of these is also working. ...
0
votes
1answer
37 views

Facebook Achievements on Localhost?

quick question - Is it possible to register facebook achievements passing in a url that is only served by my local development server (i.e. localhost)? Or do I actually have to host the app on the ...
-9
votes
1answer
211 views

PHP and MySQL Achievement system [closed]

Okay, so I'm wanting to make an achievement system with PHP and MySQL. The way I'm wanting to make it is if someone were to have won 50 fights they would gain a bronze achivement and gain a reward. ...
0
votes
1answer
68 views

iPhone Dev : Game Center Achievements [closed]

I've been trying to implement 'Game Center' achievements into my app however I keep getting this error on these lines of code: Receiver type 'question' for instance message does not declare a method ...
1
vote
0answers
299 views

Do GameCenter sandbox achievements work with ad-hoc distribution builds?

I've followed all the instructions for the GameCenter stuff. I've added the code to authenticate my app, and made 3 sample achievements for my app via iTunes Connect. I can see my 3 sample ...
0
votes
0answers
72 views

Error when post an achievement facebook for a user

I have this error when I try to post an achievement facebook for an user. FB._callbacks.__gcb22({"error":{"message":"Call to a member function on a non-object","type":"BadMethodCallException"}}); ...
0
votes
0answers
117 views

achievement list call result in Call to a member function on a non-object - BadMethodCallException

I have the following error result { "error": { "message": "Call to a member function on a non-object", "type": "BadMethodCallException" } } calling the facebook achievement api ...
0
votes
0answers
67 views

Xcode 4: Game center Achievements not earned

I want to add achievements to my app. So I want to give an achievement when an int is equal to 100 and an other when it is equal to 200. The problem is that if the int before adding the achievements ...
0
votes
0answers
14 views

Per-user pages for achievements

Is there any way for Facebook achievement stories to link to a page specific to the particular user who was obtaining the achievement, as opposed to a generic page about the achievement? It would ...
0
votes
0answers
134 views

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 ...
0
votes
1answer
47 views

Is it possible to load image from GKAchievementDescription?

I'm using this method to load all achievements description. [GKAchievementDescription loadAchievementDescriptionsWithCompletionHandler: ^(NSArray *descriptions, NSError *error) { ...
-2
votes
1answer
115 views

How do you put Game Center Achievements into your iPhone app?

I am very new to Xcode and Objective C. So I need help with the Game Center achievements. I have already set it up on the iTunes connect but don't know how to make them work in my game. Also, I want ...
2
votes
1answer
168 views

Game center achievements in Cocos2d

In my app i'm able to add game center achievements successfully. But i'm not able to reset those achievements. I tried the methods described in the Apple's Game kit tutorial, but still i can't reset ...
0
votes
1answer
79 views

GameCenter achievement is not completed

I have a rather disturbing problem. When I unlock an achievement, I show a notification about it. It is triggered when achievement.completed == YES. On the Simulator, this is ok, achievement.completed ...
6
votes
5answers
203 views

Designing a point system in Spring

I have a lot of existing data in my database already, and want to develop a points mechanism that computes a score for each user based on what actions they do. I am implementing this functionality ...
0
votes
0answers
34 views

Not Able to Read Achievements From Facebook

I am making an testing app for game.achievements in FB. It is sure that the app get the publish_actions, and even publish_stream permission from users successfully. Then I sign up several accounts ...
0
votes
0answers
288 views

Receiving “An unknown error occurred” via post to user's achievements

(Looks like Facebook's bug reporting UI is suffering from a bug requiring tags to be provided so I'm just cutting/pasting from that UI's unsubmittable form fields) Title: Receiving "An unknown error ...
0
votes
1answer
85 views

GameKit best score and last achievement

I'm wondering if there is a simple a way to retrieve the best score and the last achievement that has been unlocked for the local user in an iOS app. Thanks for your advices !
0
votes
1answer
116 views

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 ...
0
votes
1answer
283 views

Best way to implement achievement system for android game [closed]

I currently try to implement achievement system for my game, but can't find a better way to realize some complex ones like: the player has collected x coins, complete level with time least than x ...
2
votes
1answer
326 views

Register Achievement ok, Create Achievement Returns false

I've just started implementing FB Achievements for my Game. I'm using the PHP SDK for my app. I've successfully registered an Achievement using the following code from my class which subclasses the ...
2
votes
1answer
530 views

Posting Game Achievement - Invalid Token Error: 'An ID has already been specified'

I am trying to post a game achievement to Facebook using the PHP CURL code shown below. I have two variables $non_sef_achievement and $sef_achievement. Using $sef_achievement I get that I have an ...
0
votes
2answers
154 views

GameKit Achievement for Rating iOS App?

Quick question. Tried googling and SO and couldnt find anything like this. Is it allowed to create a gamecenter achievement for things that aren't actually progress in the game? For example can you ...
0
votes
0answers
33 views

Is there a way to get a larger GKAchievementDescription image?

I am currently using GameCenter to load my list of achievements into my iOS game. I would like to be able to load the achievement image from GameCenter as well however the image that is returned from ...

1 2 3