我使用small-bet-nextpeer SDK 在游戏中进行真钱挑战。它显示多个锦标赛,如何避免多个并添加名称?
这是我的小赌初始化代码:
[Nextpeer setSmallBetSandboxKey:SMALL_BET_SANDBOX_KEY andProductionKey:SMALL_BET_PRODUCTION_KEY];
[Nextpeer initializeWithProductKey:NEXT_PEER_GAME_KEY
andDelegates:[NPDelegatesContainer containerWithNextpeerDelegate:self notificationDelegate:self tournamentDelegate:self]];
这是屏幕截图: