Testing Multiplayer Game Center game
game-center, ios, ios-simulator, iphone
Solution
I have recently made a turn based application for iPhone and i used my iPhone and the simulator on my computer to test it out and it work just fine. There are one thing you should keep in mind and that is that you have to use different accounts for GC on your iPhone and the simulator.
I am not quite sure what you mean with question two but you can use all the hardware functions that the simulator offers even when you are playing online. keep in mind that you can't test the multiplayer part of your program on just the simulator, it has to be between at least tested with one device and the simulator.
Problem
I've read varying/conflicting answers, and I need some definite answers. I'm currently at the start of developing a turn-based multiplayer game with `Game Center`. I've been following a tutorial @rayWenderlich.com, and I've got the player being authenticated in the simulator and the match making viewController popping up, but that's as far as I've got. So first question is, - Is it possible for my code (via the simulator), and my iPhone to connect/match/find each other? - I've read that this is not possible, but I'm sure I saw a Youtube video of a guy that got both of them communicating - What aspects of turn-based Game Center functionality can you test with just the simulator and 1 device? Update: I wasn't imagining things, after a bit of searching, I found that Youtube video. Maybe it's something different, but it seems to be possible to match/play from the simulator to an `iOSDevice` and back again. How is that compared to what people say you can't do on here?