Arena Daemon multiplayer integration (iOS + Android)

aragon81

New member
Jul 11, 2015
0
0
0
Visit site
hi everyone, i m trying to use arenadaemon 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!
 

Giuseppe Migliorino

New member
Jul 13, 2015
0
0
0
Visit site
in order to create a match with 2 or more players, you need 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)

iOS : - (void) arenaPlay:(BDArenaPlayConnector*)connector matchDidStart:(BDArenaMatchData*)matchData;
Android : public void arenaPlayMatchDidStart(BDArenaPlayConnector connector, BDArenaMatchData matchInfo)

once a match starts, you can exchange messages between player calling the methods you can find under ‘Managing matches’ paragraph of the documentation
arenadaemon . com/references/detail/33 | arenadaemon . com/references/detail/8
 

Trending Posts

Forum statistics

Threads
942,409
Messages
6,913,952
Members
3,158,399
Latest member
pauloxcavalcante