admob - Google DoubleClick missing ads for iOS -


i'm using google doubleclick retrieving banner ads. have dfp account registered ads work (tested using html page).

when using code:

self.bannerview.adunitid = @"/36564804/app_banner_320x60"; self.bannerview.rootviewcontroller = self; dfprequest* request = [dfprequest request]; [self.bannerview loadrequest:request]; 

i receive following error in debug console:

<google> test ads on device, call: request.testdevices = @[ @"297188a8e20f1d7405897fdfbe5fe7a0" ]; 

after setting test device:

request.testdevices = @[ @"297188a8e20f1d7405897fdfbe5fe7a0" ]; 

i receive dummy ads (like doubleclick google directs developers.google.com).

how can display real ad on device ?

kind regards,

dan


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -