3

我从 Windows Universal (Windows 10) 模板创建了一个应用程序,并在 MainPage 中集成了 Microsoft Advertising。
当我运行该应用程序时,出现错误消息:

清单 (AppxManifest.xml) 中缺少必需的功能:internetClient

我确定在 Package.AppxManifest 中检查了 Internet(客户端)和 Internet(客户端和服务器),但是在运行应用程序时仍然显示上述错误

MainPage.xaml 上的代码:

<UI:AdControl Height="250" Width="300" VerticalAlignment="Top" Name="AdControl" ErrorOccurred="AdControl_ErrorOccurred" HorizontalAlignment="Right" ApplicationId="xxx" AdUnitId="xxx" /> 
4

1 回答 1

0

您使用的是哪个版本的 Microsoft Advertising SDK?建议使用 Microsoft Universal Ad Client SDK v2.0.2: https ://visualstudiogallery.msdn.microsoft.com/401703a0-263e-4949-8f0f-738305d6ef4b

于 2015-12-10T15:09:09.070 回答