I have integrated nextpeer in cocos2d game.
I used below call to end game. But nextpeer not showing end of game view if game ends within 60 seconds.
-(void)callNextPeerTournamentOverWithScore:(int)score
{
if ([Nextpeer isCurrentlyInTournament])
{
[Nextpeer reportControlledTournamentOverWithScore:score];
}
}