2014-02-20 1 views

답변

1

있어 솔루션 :

여기
[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]]; 

스크린 샷입니다 :

여기에 내 작은 베팅 초기화 코드입니다.

여러 대회를 방지하기 위해 코드를 확인해야합니다 :

-(BOOL)nextpeerSupportsTournamentWithId:(NSString*)tournamentUuid 
{ 
    if([tournamentUuid isEqualToString:@"NPA23903563215268043"]) 
     return YES; 
    else 
     return NO; 
} 

우리는뿐만 작은 내기에, nextpeer 웹 사이트에 대회 제목을 편집 할 수 있습니다.

1

SBNPSDK 프레임 워크를 작성했습니다.

  1. 가 nextpeer 웹 사이트에서 예비 대회를 삭제

    당신은 두 가지 옵션이 있습니다. 구루 (Guru)가 제안한대로 -(BOOL)nextpeerSupportsTournamentWithId:(NSString*)tournamentUuid을 구현하십시오.

  2. 이 방법은 메인 인터페이스에서 nextpeer 토너먼트를 필터링하는 데만 사용되며 SB으로 시작하는 tournamentUuid의 작은 토너먼트 토너먼트에 대해서는 절대로 묻지 않습니다.