我正在尝试在我的应用中添加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
答案 0 :(得分:4)
由于您的配置已成功,这可能是因为您的应用尚未在App Store中存在。我们的系统不会向玩家无法下载的应用发送实时广告。
要启用测试广告,请登录AdColony信息中心(https://clients.adcolony.com)并打开您正在使用的应用。进入您正在使用的每个区域的设置,并选择是和#34;仅显示测试广告?&#34 ;;然后单击此下面的“保存”按钮。
如果您已经在使用测试广告,请通过support@adcolony.com与我们的支持团队联系以获取进一步的帮助。