殖民地委托没有被调用



我试图在我的应用程序中添加Adcolony。以下是我的代码:

[AdColony configureWithAppID:myAppID
                         zoneIDs:@[myZoneID]
                        delegate:self
                         logging:YES];
[AdColony playVideoAdForZone:myZoneID withDelegate:self withV4VCPrePopup:YES andV4VCPostPopup:YES];
-(void)onAdColonyV4VCReward:(BOOL)success currencyName:(NSString *)currencyName currencyAmount:(int)amount inZone:(NSString *)zoneID
{  
    if (success) {
        // some code
    }
}

问题是委托方法onAdColonyV4VCReward:从未被调用。

我们的解决方案是在仪表板上将应用程序设置为"客户端"

相关内容

  • 没有找到相关文章

最新更新