Hi,
I have switched from appwarp to appwarps2 to create vrtual user in my trivia game. I have alreday implemented code to create room,set next turn etc in ios. So for that I have used following method to start game
-(void)startGame:(BOOL)isDefaultLogic firstTurn:(NSString*)firstTurn;
In which isDefaultLogic is No because I have to set user's turn dynamically.
Now in appwarp s2 sdk this method doesn't exists!! So How can I perform same using appwarps2?