ios - 在 iOS 上显示 AdMob 屏幕而不是加载图像

标签 ios admob

有没有办法在应用加载时将广告屏幕显示为默认屏幕?

我检查了 AdMob SDK,有一种方法可以在应用程序委托(delegate)中实现这一点,但在我的案例中,广告似乎在加载屏幕后立即开始显示。

因此,如果我可以显示广告而不是加载屏幕,那么据我所知,问题出在我的代码中。

最佳答案

没有。加载屏幕是静态图像b,不能以其他方式配置。

引用文档(强调我的):

Invoking loadAndDisplayRequest:usingWindow:initialImage: from within the app delegate's application:didFinishLaunchingWithOptions: effectively queues an interstitial for display the moment it isReady. The initial image—typically the app's default—remains onscreen until the load request either succeeds or fails.

另请注意,广告仅在 applicationDidFinishLaunching 中开始加载。

关于ios - 在 iOS 上显示 AdMob 屏幕而不是加载图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20808446/

相关文章:

ios - "help to fix ' 错误 : unable to read property list from file: info. plist

iphone - 找到 NSString 的正确宽度

ios - 使用 NSURL 检索数据加载 TableView 时出现问题

android - AdMob 广告在软键盘弹出后消失

Swift - 从 GADBannerView 扩展后出现无法识别的选择器错误

iphone - MKMapView ClipsToBounds 在 iOS 6 上不起作用

iphone - 不兼容的指针类型将 'NSSortDescriptor *__strong' 发送到 'NSArray * 类型的参数

ios - 当我在 AdMob 中启用 "Publisher identifiers not found"时出现 "debugGeography"错误

android - 为什么 admob 智能横幅在横向模式下不显示?

java - 在 libgdx 中集成 admob 插页式广告