Currently using AbMob SDK version 7.29.0.
We are facing issue where we are unable to show ad and it giving us an error as follow:
adView:didFailToReceiveAdWithError: Request Error: No ad to show.It is working fine with iOS 11 and showing ad but it is causing issue with iOS 10.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/a7b30853-0bd1-4797-a139-84d677b5197b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
I have set up payment options and my account is already verified. Still not getting ads. And also reported with Troubleshooter option.
I have set up payment options and my account is already verified. Still not getting ads. And also reported with Troubleshooter option.
Thanks for your response. We don't want to do mediating to supported 3rd party Ad Networks. Any other solution for the same?
We have got the one solution by surfing. What we have done while running app in real device in log we got this line : <Google> To get test ads on this device, call: request.testDevices = @[ @"969d10872f5307f077579fb84ad49505" ];.
request.testDevices = @[ @"361c6eafe8c6fdba8ef2140205f9c441" ];
[self.bannerView loadRequest:request];
By this way we are able to get ads in that particular device. But this solution is not proper because we have many users and can't able to add all users device id like this.
So,can you please guide us what we can do for this type of issue?