Hello,
we've been trying to fix a bug regarding AdMob Ads for weeks, but with no luck.
After we released our game (link is below):
users and influencers started to write opinions that the game freezes at the loading screen.
After investigation, we noticed that the 2 ads (interstitial and rewarded) we use in our game don't load. Since the game doesn't have an offline mode, loading ads is a necessary step to loading and playing the game.
We thought that this may be due to AdMob being blocked in some countries, but people from many different countries and with different devices have this issue. Our team never managed to reproduce the issue. Devices don't seem to be similar in any way - as if the issue was random.
The errors mostly look like this:
Error Code: 9 Message: Request Error: No ad to show from all configured ad networks. Load Error String: Error Domain=com.google.admob Code=9 "Request Error: No ad to show from all configured ad networks." UserInfo={gad_response_info= Response Info Response ID: (null) Network: (null) Mediation line items , NSLocalizedDescription=Request Error: No ad to show from all configured ad networks., NSUnderlyingError=0x281eec660 {Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSErrorFailingURLKey=
https://googleads.g.doubleclick.net/mads/static/sdk/native/sdk-core-v40.html?sdk=afma-sdk-i-v9.3.0, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <A311C0D0-D558-48F2-8EB1-BE65EA7254D0>.<2>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorCodeKey=-9860, gad_response_info= Response Info Response ID: (null) Network: (null) Mediation line items , NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., _WKRecoveryAttempterErrorKey=<WKReloadFrameErrorRecoveryAttempter: 0x28161b940>, networkTaskDescription=LocalDataTask <A311C0D0-D558-48F2-8EB1-BE65EA7254D0>.<2>, NSErrorFailingURLStringKey=
https://googleads.g.doubleclick.net/mads/static/sdk/native/sdk-core-v40.html?sdk=afma-sdk-i-v9.3.0, NSUnderlyingError=0x281c549f0 {Error Domain=kCFErrorDomainCFNetwork Code=-1200 "(null)" UserInfo={_kCFStreamPropertySSLClientCertificateState=0, _kCFNetworkCFStreamSSLErrorOriginalValue=-9860, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9860}}, _kCFStreamErrorDomainKey=3}}} Response Info: Response Info Response ID: (null) Network: (null)
We have configured mediation to Unity Ads and AppLovin, so there should be plenty of ads to choose from.
Please help