I have successfully integrated nextpeer in my game and its working fine. I can log in with facebook, connect with my friends and play. However when the match ends, it keeps stating in "Your matches" tab that there are still 2 days left to play and is showing my score and my friends'. Shouldn't this tournament have ended since I called and it is a game controlled tournament?
CCNextpeer::getInstance()->reportControlledTournamentOverWithScore((int)_score);
How do I end this match without the time thats shown above. Also the leaderboard isnt updating. When and how does the leaderboard update. There isn't much information about it on next peers integration manuals.
Thanks