1

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 being loaded. Any Idea guys, what should be the issue ?

Help would highly appreciated.

Thanks Kuldeep

Kuldeep
  • 2,589
  • 1
  • 18
  • 28

1 Answers1

2

(Disclaimer: I'm a developer for Nextpeer.)

This issue has to do with resource bundle mismatch. Note that 5 different resource bundles come with the framework, you should choose the one that matches your game (for example, if your game runs on iPhone and iPad in landscape mode, choose NPResources_iPad_iPhone_Landscape.bundle.

You can also contact us directly at support@nextpeer.com.

Cheers!

Vladimir Gritsenko
  • 1,669
  • 11
  • 25
  • @vlamidir Apart from that, I am facing one another issue where I am not able to get the results screen after tournament completes. Please advice on that – Kuldeep Nov 19 '13 at 09:46
  • @Kuldeep, make sure you're calling +[Nextpeer reportControlledTournamentOverWithScore:] and not +[Nextpeer reportForfeitForCurrentTournament]. And don't hesitate to contact our support :) – Vladimir Gritsenko Nov 19 '13 at 10:50
  • Sure Vladmimir I will contact support if needed. – Kuldeep Nov 19 '13 at 12:33
  • How would I get the result screen when the Tournament is not in GameControlled! – Kuldeep Nov 20 '13 at 07:55
  • The result screen will come automatically when the tournament ends (when the set tournament time passes). Just make sure not to call reportForfeitForCurrentTournament. – Vladimir Gritsenko Nov 20 '13 at 08:34
  • Hey Vladimir Gritsenko how to create other player ghost image in our game in multiplayer tournament through NextPeer? – Kuldeep Jan 21 '14 at 03:52
  • @Kuldeep, very short answer: use our P2P features, especially -[Nextpeer unreliablePushDataToOtherPlayers:], to broadcast position data to the other players. We're working on a tutorial for ghosts right now. If you're stuck, drop me a line at vladimir@nextpeer.com. – Vladimir Gritsenko Jan 21 '14 at 09:23