Nextpeer in iOS crashed in first line of sdk initialization. SDK version: 1.4.9
Code:
[Nextpeer initializeWithProductKey:@"HERE USED GAME KEY FROM NEXTPEER"
andSettings:settings
…
I am wondering if anyone can help out with some issues of integrating nextpeer into my game.
First off, it appears when the game is complete and the nextpeer windo is supposed to appear, there is a little bit of a lag that can last from 3-7 seconds…
I used Nextpeer in portrait game and works fine. Used same code in landscape game but Nextpeer dashboard coming still in portrait mode. How to change Nextpeer dashboard orientation to landscape?
Here is my Nextpeer initialisation…
I heard about the Nextpeer SDK and started to integrate in my current app. However, it gives me an error. I am unable to resolve the error.
The error states:
-[UIDevice npGetiOSVersion]: unrecognized selector sent to instance 0x9e62370
…
I have integrated nextpeer in cocos2d game.
I used below call to end game. But nextpeer not showing end of game view if game ends within 60 seconds.
-(void)callNextPeerTournamentOverWithScore:(int)score
{
if ([Nextpeer…