Hi,
We were using the Admob mediation for serving advertisement on our apps. We had included Google Admob and Apple's iAd as our advertisement networks.
After we had updated the Google mobile ads SDK to 6.9.3 and iAd adapter to LibAdapterIAd-Nov52013 a bug occurs. There are instances that when the current ad network was iAd, the banner view flickers , then after some moment, the device where the app was installed restarts.
We had looked on the code and tried to add some logging notes. We find out that when the banner view becomes flickery, the GADBannerView's delegate calls the "adViewDidReceiveAd:(GADBannerView *)bannerView
adView:(GADBannerView *)bannerView" and "didFailToReceiveAdWithError:(GADRequestError *)error" alternately until the app crashed and then the device will restart.
Does anyone experience this? Can anyone give some suggestion about this problem?
Thanks