IOS Google admob appdelegate code is deprecated for splash interstitial -


i using ios google admob sdk 6.11.1 , xcode 5.1.

my sample code warning

if thought loadrequest replacement loadanddisplayrequest not.

[splashinterstitial_ loadrequest:[gadrequest request]]; 

because intertitial never appears using loadrequest only.

loadanddisplayrequest method working want know whats replacement deprecated method.

you need call presentfromrootviewcontroller: after you've received interstitial:

#pragma mark - gadinterstitialdelegate - (void)interstitialdidreceivead:(dfpinterstitial *)ad {     [splashinterstitial_ presentfromrootviewcontroller:self]; }   

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -