Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

aragon81

macrumors newbie
Original poster
Jul 11, 2015
1
0
hi everyone, i m trying to use arena daemon sdk to build a multiplayer game for iOS. i successfully retrieve the tables list and also the registration goes fine

but i cannot understand when a match starts.



how can i hook that event?

thank you!
 
Hi Aragon! If you want to create a match with 2 or more players, you have to each player register to the same table.

When the table is full (no seats left) the match automatically starts and each player receive the event (for iOS)
i
OS :
Code:
- (void) arenaPlay:(BDArenaPlayConnector*)connector matchDidStart:(BDArenaMatchData*)matchData;
Android :
Code:
public void arenaPlayMatchDidStart(BDArenaPlayConnector connector, BDArenaMatchData matchInfo)

when a match starts, you can exchange messages between player calling the methods you can find under ‘Managing matches’ paragraph of the documentation
(http://arenadaemon.com/references/detail/33 | http://arenadaemon.com/references/detail/8)
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.