I'm trying to implement a screen where the player plays 3 videos and gets a reward. I've created a zone in AdColony and the first ad (of the session) works ok The second one doesn't work for the remaining of the session(Remained for about 1 minute in the app).
Is there any method I can call to load the next video in the same zone or does it load automatically after a while?
I use the following code to check if there are any videos to play:
if ([AdColony zoneStatusForZone:@"zone_id"] == ADCOLONY_ZONE_STATUS_ACTIVE)
{
[AdColony playVideoAdForZone:@"zone_id" withDelegate:self];
}
If I close the app after each play and get back into it, it has an ad more often.