【发布时间】:2015-03-02 10:41:21
【问题描述】:
我正在使用 Visual Studio 2013 使用 XAML 和 C# 开发一个 Windows Phone 应用程序。我添加了一个 UI:AdControl,如下所示:
.....
xmlns:UI="using:Microsoft.Advertising.Mobile.UI"
.....
<UI:AdControl AutoRefreshIntervalInSeconds="60" ApplicationId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" AdUnitId="00000000" HorizontalAlignment="Center" Height="80" VerticalAlignment="Bottom" Width="480" IsAutoRefreshEnabled="True"/>
(ApplicationId 和 AdUnitId 在应用中是正确的,但这里没有显示)
添加正确显示,但是当点击广告时,它并没有像在平板电脑和其他应用中那样进入广告客户的页面。
谢谢!
【问题讨论】: