Questions tagged [nextpeer]

nextpeer - Multiplayer Mobile Gaming SDK and Network server

Fast growing multiplayer mobile gaming SDK

http://nextpeer.com

35 questions
0
votes
0 answers

Nextpeer Issue With Cocos2dx

I am using Nextpeer with cocos2dx in iOS. I have configure Nextpeer sdk with cocos2dx successfully. In "AppController.mm" i am using following code [Nextpeer initializeWithProductKey:@"KEY" andDelegates:[NPDelegatesContainer…
hitesh landge
  • 362
  • 4
  • 14
0
votes
2 answers

iOS Nextpeer facebook integration issue

I am trying to integrate Facebook with Nextpeer. When i tell nextpeer about successful login by these methods: [Nextpeer loginWithFacebook]; [Nextpeer logoutFromFacebook]; I gives me warning on console Nextpeer warning: Couldn't login Facebook user…
0
votes
2 answers

In Unity when i try to build apk i have got this error. How can i solve this?

Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details. F:\Software\SDK\ALL - SDK\build-tools\21.1.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I…
APPP
  • 25
  • 5
0
votes
1 answer

nextpeer always timed out while searching for tournaments

i am integrating nextpeer for my multiplayer game in unity but nextpeer always timed out while searching for tournaments. i am loading my game scene in this method! WillTournamentStartWithDetails() Kindly help me !
Haris
  • 3
  • 2
0
votes
1 answer

How to send a message with NextPeer

I'm integrating NextPeer and the simple integration is done and works fine but now I need to send a custom message to the other player. In NextPeer documentation is explained like this: To send data over an unreliable communication channel, use…
benLIVE
  • 597
  • 3
  • 14
  • 29
0
votes
1 answer

Tournament not ending in multiplayer cocos2dx game using nextpeer

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…
0
votes
1 answer

Change ViewController

I have a multi-player game where I want it to start after I press a button in the menu. The problem is I don't know how to transit from the menu to the game directly after I start multiplayer. In ViewController.m - (IBAction)multiplayer:(id)sender…
0
votes
1 answer

Nextpeer Push Notification

I've integrated Nextpeer's push notification by following this guide: https://developers.nextpeer.com/docs/view/iospushguide However, i'm not sure how to enter my push notification's message as it was not stated in the document. Any help is greatly…
0
votes
1 answer

The desired orientation (1) isn't supported by the currently integrated Nextpeer's resource bundle

I'm using Nextpeer in Cocos for multi-player game, and want to set portrait orientation for NextpeerSettingInitialDashboardOrientation. I'm using this code for that : NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys: …
iBhavin
  • 1,261
  • 15
  • 30
0
votes
0 answers

iOS App crashes when loading Nextpeer Dashboard, uitableview issue apparently

In my app, when I call [Nextpeer launchDashboard], the app crashes and I get this error: *** Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit_Sim/UIKit-2380.17/UITableView.m:5471 2014-06-23…
user3247022
  • 69
  • 1
  • 9
0
votes
1 answer

Nextpeer ranking display not showing on first game

I am using Nextpeer in my game for multiplayer. I am building it in Cocos2d 3 for the iphone and ipad. The Nextpeer ranking display UI does not show up on the first multiplayer game played on each session. Although it does show up the first time on…
0
votes
1 answer

Apple Mach-O Linker errors and I have no idea what to do

I'm following a nextpeer guidelines for integrating nextpeer in cocos2d-x with c++, i have copied the required frameworks and classes in project, then added the required frameworks for nextpeer, also add the linker flags but there are Apple Mach-O…
Steve
  • 1,022
  • 2
  • 9
  • 30
0
votes
2 answers

small-bet nextpeer: Allow only one tournament + update tournament name

I used small-bet-nextpeer SDK for real money challenge in game. It shows multiple tournament, how to avoid multiple and add name to one ? Here is my Small-Bet initialisation code: [Nextpeer setSmallBetSandboxKey:SMALL_BET_SANDBOX_KEY…
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

Nextpeer Unity Game Crashes on Nextpeer.LaunchDashboard();

I have integrated the latest plugin, and followed the tutorial step by step. When I call the Nextpeer.LaunchDashboard(); method the screen goes black and in some seconds I get the info that application has stopped working. Any clues? I am running…
smallbit
  • 23
  • 4
0
votes
1 answer

Nextpeer blank screen issue

I am having problems with Nextpeer. I have added the right resourcebundle to the project and everything is working well except when pressing the play button on the dashboard Nextpeer only shows blank screen with pull handle on the bottom. Also, when…