At the risk of this question being marked 'research' or 'too broad', I am placing this question here with the research I have done so far (to count as background work), especially since I have been researching this for a while but have not found a…
One of my iphone app rejected by apple. Here is reason from resolution center.
We found that your app uses analytics software to collect and send
device data to a third party, which is not in compliance with the iOS
Developer Program License…
I integrated nextpeer into my project successfully but when you search to find other players more than one person can join the game when the online version of the game is simply 2 players. How can I set an option to limit a maximum of two players…
I'd like to start by saying that nextpeer's customer support has been top-notch and very responsive. After a few days of trying to figure out what's going on, I am at a complete standstill. I am using the libgdx plugin with nextpeer and everything…
in cocos2d-x 2 when the time based tournament ends.I want to detect that what is rank of the player.So that i can detect that is the player winner or not.
In the tutorial of Nextpeer you can see such code:
CCScene* GameLayer::scene() {
CCScene * scene = NULL;
do {
// 'scene' is an autorelease object
scene = CCScene::create();
CC_BREAK_IF(! scene);
// 'layer' is…
I'm new with Unity and plugin integration.
I followed the Nextpeer Unity tutorial step by step and I now have a problem when trying to run my game on my Nexus 5.
I get this error when I try to build my project :
Error building Player:…
I want to integrate Facebook and Nextpeer in my App. I have facebook login button in my activity and it works fine. I have also nextpeer multiplayer activity which also works fine if I'm not logged in to facebook but when I'm logged in to facebook…
I have recently integrated nextpeer to my iPhone game. What I observed is while I am launching NextPeer dashboard after clicking on "Play" button there should be waiting for other players screen which is getting blank, no players other players is…
I successfully integrate nextpeer into my cocos 2d game.
Now i want to show other people playing online using nextpeer.
The problem is i dont know how to do that.The documentation for it is not opening and i even mail nextpeer and they have not…
I am using Nextpeer to add multiplayer facility in my game. Now i want to show ad when user start the game so I show ad when user press start button. but the problem is the the Revmob full screen goes under that screen. I want to that ad should…
I have a game on Google Play that utilizes NextPeer for realtime multiplayer. I know that they were acquired by Viber, but I saw a message on their site a while back that they would continue supporting existing games using their service. Is this not…
I have gotten all my Tournaments setup, Callbacks going ect... but I have one problem, and it is a big one: How do I initialize?
Okay, I can init for Android, no biggy, but I am looking to let this application run on both Android & iOS. So... I…
I am brand new to LibGdx (3 days of experiance on me... so im eh)
And I got Nextpeer about 3 hours ago and I can't to anything without 100 errors. The documentation is leaving out details (I think) and i can't figure out what to do...
I have non of…