Time taken to load iAd in iPhone?
I have implemented iAd in my app.
However, when I start my application it takes around 2 minutes to load the test ad in iPhone once.After I delete it from the background and st开发者_StackOverflowart again it takes 10-15 seconds to load the test ad.
How can I reduce the time from 2 minutes to 10-15 seconds for the first time it loads?
Where you have written the Ad displaying code... If it is in controller class move that code to didFinishLaunching. Hide the adView initially and show once your controller class is loaded.
精彩评论