I create multiplayer game. I used this tutorial for create my game:
My issues now is: - how to shared data for all players.
In tutorial Ray Wenderlich we can send data with struct. We send struct and we have ability get the simple data (for example int value or other). How to send data without struct?
Thanks for response!