我正在尝试在我的应用中添加 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
}
}
但广告从未出现。
以下是日志:
ADCOLONY 2.2.4 [info] AdColony library version: 2.2.4 32-bit production
[info] Developer logging enabled
[trace] Configuration succeeded!
[info] Ads are not ready for zone (myZoneID) with slot 0
ADCOLONY 2.2.4 [info] Ads are ready for zone (myZoneID) with slot 0