79752802

Date: 2025-09-01 18:15:19
Score: 1
Natty:
Report link

This points to an ad-serving / configuration issue on iOS, not a code bug.

Here’s a checklist of things to verify:


1. Confirm ad unit setup in AdMob


2. iOS App Store linking in AdMob


3. Ad fill issues

The error Request Error: No ad to show means AdMob has no fill for that size / placement on iOS (not your code).


4. SDK & Info.plist checks

Make sure you’ve added in ios/Runner/Info.plist:

<key>GADApplicationIdentifier</key>
<string>ca-app-pub-xxxxxxxxxxxxxxxx~xxxxxxxxxx</string>
<key>SKAdNetworkItems</key>
<array>
    <dict>
        <key>SKAdNetworkIdentifier</key>
        <string>cstr6suwn9.skadnetwork</string>
    </dict>
    <!-- Add all AdMob/AdManager SKAdNetworks -->
</array>

⚠️ Missing SKAdNetwork IDs can cause no ads on iOS.


5. Test with another iOS device / network

Sometimes certain placements don’t serve due to limited demand in your region. Try a VPN or another country to test fill.


6. Consider mediation

If you want higher fill for 300x250 on iOS, set up AdMob mediation with another network (like Facebook Audience Network or Unity Ads).


Summary:


Would you like me to give you the exact Info.plist SKAdNetwork IDs list you should include for AdMob iOS so you can confirm if that’s the missing piece?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Gurpreet Singh