Tagged Questions
0
votes
1answer
53 views
How to write your own custom GKMatchMakerViewController?
I'm having trouble starting to implement my own matchmaking UI (replacing GKMatchMakerViewController I think). The UI would be simple blank screen that would say "finding match".
My problem is, I'm ...
1
vote
1answer
80 views
chooseBestHostPlayerWithCompletionHandler returns null
The following code returns best host as null. How can I get it to work?
[gameKitHelper.match chooseBestHostPlayerWithCompletionHandler: ^(NSString *playerID) {
gameKitHelper.hostingPlayer = ...
1
vote
1answer
99 views
iPhone Multiplayer Code works, but iPad doesn't. Delegate issue?
I've pretty much wrapped up my multiplayer code for my iPhone app and started working to update the graphics for the iPad version. Much to my surprise after updating all my sprites, my iPad version ...
2
votes
2answers
54 views
Bugged Game Center Matchmaker appearance
I am developing multiplayer for my game and I have encountered following issue
I am using Cocos 2d 2.1 , iOS 6 and following code to show matchmaker (Landscape orientation)
AppController *app = ...
0
votes
0answers
125 views
How do I add a player to an existing match?
So I'm trying to use Ray Wenderlich's multiplayer tutorial to build my own, but I'm running into issues since my game is 2-4 players instead of only 2. What I'm finding is that when you have a ...
-2
votes
1answer
79 views
Kobold2d game center portrait login only [closed]
Can anyone help me in fixing this bug where the game center login only works in portrait mode. But my game is in landscape mode. Im using Kobold2d 2.0.4.
The game crashes when i remove portrait ...
2
votes
1answer
175 views
iOS online High score with cocos2d
I have a simple game, and to save high-scores I wanted to do it both locally and globally. I know a bit about Game Center, but before getting into it, I was wondering if there were any other services ...
1
vote
1answer
248 views
Error in iOS 6 after adding GameCenter to a landscape-only cocos2d app
I'm having the issue described here:
https://devforums.apple.com/thread/165384?tstart=0
Where my app crashes trying to load the GameCenter login screen because the screen is in portrait and my app ...
0
votes
0answers
53 views
Cocos2d: GREE and GameCenter bug
I currently have an annoying bug with GREE in my cocos2d game. After opening the GREE popup and closing it, i get a static image of what was in before i opened it, but the sound is still playing. The ...
1
vote
2answers
676 views
Cocos2d Gamecenter Crashing iOS6 due to orientation
This has been asked here before the solution has also been given but doesn't work properly
iOS 6 Game Center Crash on Authentication
Check this I am having the same problem. The above code in the ...
2
votes
1answer
1k views
Open Game Center UI with Cocos2d-x
I have set up so that my app can connect to the Game Center. I followed this guide and had a C++ class wrapper to call them in my other classes. I'm using iPad (iOS 5.1), iPod Touch 4th Gen (iOS 5.1), ...
0
votes
0answers
121 views
Game Center leaderboard dialog in glView
I am building a cocos2d game for Mac that runs in full screen. What is the right way of presenting the GKLeaderboardViewController when I am in full screen.
Right now, I am doing
...
-5
votes
1answer
85 views
2
votes
2answers
653 views
Any tutorials on how to make a leaderboard and achievements in cocos2d
I have tried google it but I can't find one that looks legit. I have game center all set up just need to get the leaderboard up and achievements up. Any suggestions would be nice. Thank you. Also, ...
1
vote
3answers
463 views
Game center cocos2d questions
Do I need iPhone developer certificate and the app available on the app store in order to implement game center.
Is it easy to implement game center leader boards into your game and if so any ...
0
votes
1answer
210 views
Send and receive String with game center
I have a problem with sending string via game center.
I am able to send everything but can't send a NSString or NSArray.
I have searched and found a lot of information through the google, but haven't ...
1
vote
0answers
193 views
Game Center Invitation Handler for when someone accepts and invite in cocos2D
I have it working where if two players are in the same scene you can invite them and it'll add them to the players list when they accept.
What I don't have working and I'm not sure how to do is make ...
5
votes
1answer
588 views
Cocos2D & Leaderboard
I am dealing with a Cocos2D iPhone app with the Game Center Leaderboard. In this app the user has to draw lines in a landscape mode (the iPhone is horizontal). It happens then that the touch may begin ...
0
votes
1answer
229 views
Where authenticate user - Game Center
I'm developing a game using cocos2d.
What is the best location to authenticate user in Game Center?
I'm using GameCenterManager provided by apple (GKTapper).
is it ok to call authenticateLocalUser ...
2
votes
1answer
571 views
Realtime action iPhone Multiplayergame for iPhone via Game Center possible?
I'm currently building an iPhone action/fun-game with cocos2d. It's a 2D tank game where you have to fight against each other. I started implementing Game Center to support playing online with ...
0
votes
1answer
286 views
Box2D and GameCenter multiplayer
i have a hockey game with mallets running on iphone/ipad. The server controlls all the physics and send to the other device the server mallet position and the client sends to the server his mallet ...
0
votes
2answers
676 views
Cocos2d with GameCenter, OpenGLError
I get this error in a particular situation and i dont know how to solve it.
After i invite someone to play with me, i touch the 'uninvite' button then i hit cancell and it calls this method:
// ...
1
vote
2answers
2k views
How to let UIViewcontroller (Game center) responds to the Orientation (Landscape or Portrait)?
i used the code below to show the game center but if I rotate the iPhone nothing happen and the Leaderboard will be upside-down (not respond for the orientation)
The code
// Create leaderboard view ...
2
votes
1answer
696 views
Leaderboard doesn't add in the screen cocos2d
I used the code below to show the Leaderboard but all i got it the console this
cocos2d: surface size: 480x320
the code:
- (void)showLeaderboardForCategory:(NSString *)category
{
// Only ...
0
votes
1answer
477 views
cocos2d Scene goes black after GameCenter leaderboard dismissal
Im having a strange problem that only occurs on the iPad version of my game. When I bring up the GameCenter leaderboard, it appears like normal. No issues there. But when you tap the close button the ...
0
votes
3answers
1k views
game center not working on ipod/iphone
Hi all
Working on a universal build for an iphone/ipod/ipad app. I was trying to get game center working within this app. I now have the game center working on the ipad but for some reason it still ...
6
votes
7answers
5k views
Cocos 2d and Game Center (Leaderboard issue)
I cant really find my answer after browsing (not a lot of topics on cocos2d with game center)
I currently have my sandbox game center set up and I am able to authenticate, but when I create the ...
4
votes
2answers
912 views
Game Center - orientation
Cocos2d version: v0.99.04
I'm adding Game Center to my current application and I found some code to open up the GKMatchmakerViewController. It seems to work well, except when it gets dismissed it ...

