Tagged Questions
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
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 ...
0
votes
1answer
170 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 ...
4
votes
1answer
301 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 ...
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
157 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 ...
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
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
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
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 ...
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 ...
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
115 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
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 ...
5
votes
2answers
1k views
IOS Game Center Achievement Upload
Is anybody aware of a way of uploading all the Achievements into Game Center within iTunes Connect?
I have about 30 achievements in 10 languages. That's a whole bunch of clicking, cutting and ...
0
votes
1answer
152 views
Game Center - resetAchievementsWithCompletionHandler is not called?
I am trying to delete the user achievements progress, and I am using the resetAchievementsWithCompletionHandler method.
Now I have a weird problem -
The NSLog(@"resetAchievements called"); is ...
0
votes
1answer
482 views
iPhone GameCenter won't showAchievments
So my problem is that after integrating gamecenter nicely into my iphone app, it won't show the achievements list!
The integration was a success I think because when I use the submitAchievement ...
1
vote
2answers
3k views
Is there a way to reset Achievement progress for my GameCenter sandbox account?
I have a GameCenter Sandbox-Account have tested my game, earned achievements, etc.
Now I've made some changes and want to test earning Achievements again!
Do I have to make an entire new ...
2
votes
2answers
1k views
How to integrate cocos2d game and game center
Im a beginner programmer and was wondering how to integrate my coco2d game and gamecenter?
0
votes
1answer
175 views
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 ...
3
votes
1answer
286 views
iPhone Game Dev : Achievement Framework?
I have written a simple game and am looking to integrate GameCenter Achievements with it.
I would like to try to do this in a clean and neat way which is easy to add extra achievements to.
As I see ...
1
vote
0answers
110 views
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 ...
2
votes
1answer
1k views
Retrieving game center achievement by identifier
I have a question related to Game center achievements. Is it possible to retrieve the name/description of an achievement by its identifier? I am trying to avoid hardcoding every identifier with its ...
1
vote
5answers
968 views
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 ...
2
votes
1answer
474 views
Monotouch Achievements and leaderboard viewcontrollers
Im having an odd issue with dismissing my achievements and leaderboard viewcontrollers.
The viewcontrollers display correctly and can be dismissed using the done button but only if you press it within ...
0
votes
1answer
98 views
IOS: Accessing another game's achievements through gamecenter
I have IOS gameA and and IOS gameB. Is it possible for gameA to check Game Center and see if gameB has a specific achievement completed?
2
votes
2answers
2k views
Check if you've already unlocked an achievement in Game Center/GameKit
I've been stumped on this for quite a long time. I understand how to unlock an achievement in Game Center and I even got a whole messaging system working. But I can't figure out how to check if an ...
0
votes
1answer
1k views
Game Center iPhone - Load Achievement Progress
I have my app give a notification when a game center achievement is achieved/reaches 100%, however it shows the notification every times the user completes it, but I only want it to notify the first ...
0
votes
2answers
1k views
Unlock Achievement - GameCenter iPhone
I am trying to unlock an achievement in the game i am making for the iPhone but being rather unsuccessful.
From Apples own GKTapper project sample demonstrating Game Center code I have copied the ...
4
votes
2answers
768 views
How to save and retry reporting GKAchievement's after network failure?
Apple states that if you want to report a GKAchievement but you get a network error, the best way to handle this is to save the GKAchievement (possibly adding it to an array), then periodically ...
3
votes
4answers
3k views
What is the size of GameCenter achievement images?
So I want to incorporate GameCenter achievements in my game, but I have to supply images for each achievement for display in the GameCenter app. Apple isn't really clear about the required size. I've ...
