iOS Question ADMOB problem

shaieyni

Active Member
Licensed User
Longtime User
Hello Erel.

i can see the add only if i insert the test id of admob.
if i insert mine, i cant see the add.

why?

adview1.Initialize("AdView1", "ca-app-pub-3940256099942544/6300978111", Page1, adview1.SIZE_BANNER)

Thanks.
 

tufanv

Expert
Licensed User
Longtime User
Hello Erel.

i can see the add only if i insert the test id of admob.
if i insert mine, i cant see the add.

why?

adview1.Initialize("AdView1", "ca-app-pub-3940256099942544/6300978111", Page1, adview1.SIZE_BANNER)

Thanks.
Probaby there are no ads to fill at that moment. log the error code under failedtoload event to see more details about the error.
 
Upvote 0
Top