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?