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…
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…
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…
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 !
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…
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…
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…
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…
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:
…
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…
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…
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…
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…
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…
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…