--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/CFzcAt6qXbs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+u...@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at http://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
...
VideoDisplayController: Requesting Ads tag: ..........
2015-07-14 19:19:07.954 ScrippsTV-WCPO[1712:610982] VideoDisplayController: Loaded ads.
2015-07-14 19:19:07.972 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Loaded
2015-07-14 19:19:07.989 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager requested content pause.
2015-07-14 19:19:08.050 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Resume
2015-07-14 19:19:08.552 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Started
2015-07-14 19:19:08.553 ScrippsTV-WCPO[1712:610982] Showing ad 1/1, bumper: NO
2015-07-14 19:19:08.553 ScrippsTV-WCPO[1712:610982] Ad info: title:15Jun19_figure_weight_loss_sha_shea_revised duration:15.000000 isSkippable:0
2015-07-14 19:19:13.204 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: First Quartile
2015-07-14 19:19:16.986 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Midpoint
2015-07-14 19:19:20.790 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Third Quartile
2015-07-14 19:19:24.769 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: Complete
2015-07-14 19:19:24.796 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager requested content resume.
2015-07-14 19:19:24.909 ScrippsTV-WCPO[1712:610982] VideoDisplayController: AdsManager Event: All Ads Complete
2015-07-14 19:19:25.508 ScrippsTV-WCPO[1712:610982] VideoDisplayController: moviePlayerLoadStateChanged LoadState = 1
2015-07-14 19:19:30.967 ScrippsTV-WCPO[1712:610982] VideoDisplayController: stopVideo
Second time for any ad code
VideoDisplayController: Requesting Ads ............
< NOTHING AFTER THIS>
Any suggestions where to look. We have made no changes to the code since the b10 integration. I just upgraded the sdk.
We are on ios sdk 8.1. We use MPMoviePlayerController.
Thanks
Rahat Modi
Thanks
Rahat
...
-(void)doCleanup{
NSLog(@"doCleanup");
[self unloadAdsManager];
if(self.containerView){
[self.containerView removeFromSuperview];
self.containerView = nil;
}
}...