Hi YS Jung,
Thank you for contacting the Mobile Ads SDK support team.
Kindly note that I have removed your response from the forum where it contains the PII information.
We couldn't reproduce the issue you're experiencing in our sample application with the provided details. Would you be able to test this sample application and determine if you encounter the same issue?
If the issue still persists, share your sample project (not the apk file) where the issue is reproducible.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb. Kindly follow using the steps below:
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
Find below your previous response with redacted information.
Hi Google Mobile Ads SDK Developers,
I hope you're doing well.
I came across a similar issue as mentioned by Paolo Diglio on October 2, 2024. I'm currently facing a problem where I'm unable to load ads and am receiving the following error:
flutter: LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: [], loadedAdapterResponseInfo: AdapterResponseInfo(adapterClassName: , latencyMillis: 0, description: , adUnitMapping: {}, adError: null, adSourceName: , adSourceId: , adSourceInstanceName: , adSourceInstanceId: )), responseExtras: {})
When I use the open test ad unit test app unit ID, test ads display without any issues. However, when I attempt to use my actual AdMob account's app unit ID and ad unit ID, I always encounter this error.
I would appreciate any assistance or insights you could provide on this matter. Thank you in advance for your help!
Mobile Ads SDK Team |
Hi,
Thank you for your prompt response.
I tested the provided sample application and replaced the AppID and AdUnitID with my own. Unfortunately, the same error occurred during my testing. (Please note that this issue was encountered on iOS.)
I have uploaded the sample project file utilizing the provided link. Could you please review the project and provide feedback on what might be causing the issue?
Thank you for your assistance.
Best regards,
YS Jung
Error Details:
```
flutter: InterstitialAd failed to load: LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: [], loadedAdapterResponseInfo: AdapterResponseInfo(adapterClassName: , latencyMillis: 0, description: , adUnitMapping: {}, adError: null, adSourceName: , adSourceId: , adSourceInstanceName: , adSourceInstanceId: )), responseExtras: {})
```
Hi,
Thank you for your prompt response.
I tested the provided sample application and replaced the AppID and AdUnitID with my own. Unfortunately, the same error occurred during my testing.
(Please note that this issue was encountered on iOS)
I have uploaded the sample project file utilizing the provided link. Could you please review the project and provide feedback on what might be causing the issue?
Thank you for your assistance.
Best regards,
YS Jung
Error Details:
```
flutter: InterstitialAd failed to load: LoadAdError(code: 1, domain: com.google.admob, message: Request Error: No ad to show., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: null, adapterResponses: [], loadedAdapterResponseInfo: AdapterResponseInfo(adapterClassName: , latencyMillis: 0, description: , adUnitMapping: {}, adError: null, adSourceName: , adSourceId: , adSourceInstanceName: , adSourceInstanceId: )), responseExtras: {})
```