最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - Admob - InterstitialAd.load error code 21 - Stack Overflow

programmeradmin1浏览0评论

I'm getting the following error when trying to load an interstitial ad through admob in my iOS app. I'm thinking I have something configured wrong, but I'm not really sure what the error message means in order to debug any further. Can someone PLEASE tell me what this means?

Error Domain=com.google.admob Code=21 "The ad string could not be loaded because it was invalid." UserInfo={NSLocalizedDescription=The ad string could not be loaded because it was invalid.}

Failing code:

let adUnitID = "ca-app-pub-3940256099942544/4411468910" // admit test interstitial ad unit id
interstitial = try await InterstitialAd.load(with: adUnitID)

Thanks in advance!

I'm getting the following error when trying to load an interstitial ad through admob in my iOS app. I'm thinking I have something configured wrong, but I'm not really sure what the error message means in order to debug any further. Can someone PLEASE tell me what this means?

Error Domain=com.google.admob Code=21 "The ad string could not be loaded because it was invalid." UserInfo={NSLocalizedDescription=The ad string could not be loaded because it was invalid.}

Failing code:

let adUnitID = "ca-app-pub-3940256099942544/4411468910" // admit test interstitial ad unit id
interstitial = try await InterstitialAd.load(with: adUnitID)

Thanks in advance!

Share Improve this question asked yesterday JakeJake 13.8k10 gold badges46 silver badges73 bronze badges 4
  • Did you include an ID in the plist file as well? – sonle Commented yesterday
  • I have GADApplicationIdentifier in there as well as a list of SKAdNetworkItems. Is there anything else I should have in there? – Jake Commented yesterday
  • Hmm, it should work as far as you matched all the configurations. Can you try to fulfill all the parameters from the .load method? I think it has a Request(). – sonle Commented yesterday
  • 1 wow. that was it. I assumed not passing that parameter would just have a default request, but I guess not
发布评论

评论列表(0)

  1. 暂无评论