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

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -