Can you preload admob DFPRequest on iOS? I know you can for interstitials, but was wondering about DFPBannerView
Asked
Active
Viewed 1,270 times
2 Answers
1
Create one GADBannerView
and one request inapplicationDidFinishLaunching
, listen to the GADBannerView
's delegate method to know when it's loaded, and then present it on any view you desire. applicationDidFinishLaunching
would be the earliest you could make your request. Check this example using an ADBannerView
and Swift. The implementation would be the same.

Community
- 1
- 1

Daniel Storm
- 18,301
- 9
- 84
- 152
0
No, you can't do it for banners. Once you call LoadAd()
for a banner ad unit, your banner ad starts loading and refreshes after a set interval (what you've set on the dashboard, or the default), if any.
There is no way to preload admob banner ads like interstitial.

Viral Patel
- 32,418
- 18
- 82
- 110