0

I have added AdControl control to my windows phone application. In Xaml view designer I could see the ad preview. But when I run it in my phone I see a black box and nothing in it.

I tried to set TestMode property but there is no such static or non static method available for AdControl .

I have cross checked Applicationid and AdControlId.All the capabilities are added..

 <UI:AdControl x:Name="AdBox" IsAutoCollapseEnabled="True"    IsAutoRefreshEnabled="True" Visibility="Visible" Margin="-12,0,-12,0" Height = "80"  ApplicationId="ca1215264283-ba59-" AdUnitId="125679" />

Any fix to this issue ? Or we can ignore it and works directly once the app is published ?

krrishna
  • 2,050
  • 4
  • 47
  • 101

1 Answers1

0

I figured out this one. if there is no advertiser willing to bid on an impression with a positive dollar value then no ad is displayed.

krrishna
  • 2,050
  • 4
  • 47
  • 101