0
votes
0answers
27 views

GameCenter invite friend with list of GKInvite

I am using Game Center in my game for iPhone in IOS 6. I have a tableview with a list of GameCenter´s friends . When I click a friend name, this friend recieve anotificatión (Game Center Notification) ...
1
vote
0answers
49 views

Game Center leaderboard for games played

I'd like to create a leaderboard that shows how many games each player has played. This works fine for the "all time" section in Game Center, since I can just submit the total number. But what I ...
2
votes
2answers
251 views

Sync clocks on a real time multiplayer game - Is this ok?

I'm developing a multiplayer game through Gamecenter in unity with prime31 plugin. This is how I sync the clocks of the two players (right now there will only be 2 player in one match), and I wanted ...
0
votes
2answers
263 views

Which platform (server) use for turn based card game?

My game will do next: Dealing 4 cards to every player Random player is turning over 1 card, after him another (which has seen card of previous player) and etc. On the end player with the highest ...
0
votes
1answer
255 views

Integrating game center into cocos2d

I have a Cocos 2d game in which I want to have achievements and a leader-board. What are the steps I would need to take? Thanks P.S All of the tutorials I have found are outdated. So please write ...
0
votes
1answer
70 views

Submit scores for multiple players to Game Center from one iPhone

I have a quiz game, which i would like to integrate Game Center for. This is a "local" multiplayer game with the possibility to play six players per match. Is it possible to submit scores to the Game ...
2
votes
1answer
152 views

Game Center: Leaderboard score inconsistencies

Background I'm currently developing a simple library that mirrors Game Center's functionalities locally. Basically, this library is a system that manages achievements and leaderboards, and optionally ...
5
votes
1answer
490 views

iOS Game Center - Quit turn-based games for previous version of app

I have a game on the iOS App Store that uses Game Center for turn-based multiplayer (GKTurnBasedMatch). I recently updated the app with a new game mode and I had to change the network protocol for ...
0
votes
1answer
62 views

Should be GameKit used together with GameCenter?

As far as I understand, GameKit provides Bluetooth-maches, while GameCenter allows to play matches through internet. So it looks like the best scenario is to use both of them? Is this reasonable?
0
votes
1answer
188 views

How to test a turn-based ios Game Center game with 2 devices?

This might well be a very dumb question, but here goes anyway, I'm planning my turn-based ios game center game, obviously I know I'll need 2 iDevices to test it on, but how would I test the online ...
0
votes
2answers
282 views

What is the most secure way to archive a GKScore to be re-submitted later?

I'm looking for the safest way to archive and store a GKScore that needs to be re-submitted to Game Center (say, because the user didn't have a network connection at the time the score was earned). I ...
2
votes
3answers
664 views

How do I make a turn based game for two players who play with different devices on iOS?

I only have experience in physics-based games in cocos2d. I want to develop a turn-based game in Cocoa Touch (iOS). Two players will play this game on different devices which connect via Bluetooth or ...