I created an app from Windows Universal (Windows 10) template and integrated Microsoft Advertising in the MainPage.
When I run the app, an error occured with message:
Required capabilities are missing from manifest (AppxManifest.xml): internetClient
I'm sure in Package.AppxManifest checked both Internet (client) and Internet (client and server) but it still shows the above error when run app
Code put on MainPage.xaml:
<UI:AdControl Height="250" Width="300" VerticalAlignment="Top" Name="AdControl" ErrorOccurred="AdControl_ErrorOccurred" HorizontalAlignment="Right" ApplicationId="xxx" AdUnitId="xxx" />