I spent a day to research this issue, but the result is till nothing. I need your helps, please.
I have an issue about displaying my ADMOB in my iOS app as below :
When I use test ad ID from google :
bannerUID = "ca-app-pub-3940256099942544/2934735716"
interstitialUID = "ca-app-pub-8501671653071605/2568258533"
They will be displayed perfectly in my test device - iPhone 6s (real device not simulator)
But when I replace test ad ID by my registered ad ID at google. It's not working with error (both banner and interstitial)
Error Domain=com.google.ads Code=1 "Request Error: No ad to show." UserInfo={NSLocalizedDescription=Request Error: No ad to show., NSLocalizedFailureReason=Request Error: No ad to show.}
Can anyone help me? please.