0

I'm developing an application (UWP), and was finishing and placing advertising. When I test, a white outline appears:

http://imgur.com/abbmjra.png

This is my code:

<UI:AdControl ApplicationId="3f83fe91-d6be-434d-a0ae-7351c5a997f1"
              AdUnitId="test"
              RelativePanel.AlignTopWithPanel="True"
              RelativePanel.AlignHorizontalCenterWithPanel="True"
              Margin="0,25,0,0"/>

This is normal?

Sunteen Wu
  • 10,509
  • 1
  • 10
  • 21
Fernando Sousa
  • 241
  • 1
  • 5
  • 12

1 Answers1

0

This is normal?

The outline should be normal though I'm not sure about the specific cause. I have checked your code without problem.

Additionally, you'd better test it with the real value. Maybe the outline will disappear after you publishing your app as it can request for different ads.

Please note that the real ApplicationId and AdUnitId value should apply from the published apps and it takes 1-2 days after that for ads from real units to start serving.

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10