Ios 没有调用代理

Ios 没有调用代理,ios,objective-c,delegates,adcolony,Ios,Objective C,Delegates,Adcolony,我正在尝试在我的应用程序中添加Adcolony。这是我的密码: [AdColony configureWithAppID:myAppID zoneIDs:@[myZoneID] delegate:self logging:YES]; [AdColony playVideoAdForZone:myZoneID withDelegate:self wit

我正在尝试在我的应用程序中添加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
    }
}

问题是无法调用委派方法OnAdClonyVcReward:。

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

您能附上图像吗?恐怕我不能。我们有一个广告经理,我没有访问此仪表板的权限。