Questions tagged [nextpeer]

nextpeer - Multiplayer Mobile Gaming SDK and Network server

Fast growing multiplayer mobile gaming SDK

http://nextpeer.com

35 questions
4
votes
2 answers

How to make Android Multiplayer Games using Facebook friends? (Google Play Game Services uses G+ only)

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…
user1406716
  • 9,565
  • 22
  • 96
  • 151
4
votes
3 answers

iPhone App Rejected By Apple saying analytics used

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…
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49
2
votes
1 answer

NextPeer: Setting a maximum of 2 players

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…
1
vote
1 answer

Nextpeer onReceiveTournamentCustomMessage Error Android

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…
DroidStunter
  • 256
  • 2
  • 10
1
vote
1 answer

how to detect player rank at the end of time based tournament of Nextpeer using Cocos2d-x 2?

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.
1
vote
4 answers

Meaning of do-while in this code

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…
Narek
  • 38,779
  • 79
  • 233
  • 389
1
vote
1 answer

Build Failure with Nextpeer

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:…
Kwel
  • 97
  • 1
  • 7
1
vote
2 answers

Integrating Facebook and Nextpeer in Android app

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…
user3387617
  • 21
  • 1
  • 1
1
vote
1 answer

Nextpeer : Waiting for players screen getting blank in iPhone

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…
Kuldeep
  • 2,589
  • 1
  • 18
  • 28
1
vote
2 answers

Seeing other player nextpeer

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…
Drake
  • 134
  • 7
1
vote
2 answers

Nextpeer Remove welcome banner : Delegate method not fired

I tried to remove nextpeer welcome notification at game start. Here is my code in .h @interface AppDelegate : NSObject //in AppDelegate.m -…
Guru
  • 21,652
  • 10
  • 63
  • 102
1
vote
1 answer

Showing Revmob full screen ad above nextpeer multiplayer screen

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…
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
0
votes
1 answer

NextPeer Multiplayer Android Game Not Connecting

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…
DroidStunter
  • 256
  • 2
  • 10
0
votes
1 answer

NextPeer Initialize on LibGdx

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…
Cooper Scott
  • 651
  • 8
  • 18
0
votes
1 answer

Nextpeer LibGdx Error

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…
Cooper Scott
  • 651
  • 8
  • 18
1
2 3