I have windows phone 8.1 XAML project on visual studio 2015 (update 3) after install Microsoft Advertising SDK for Windows Phone from this URL I can't found in Extensions Microsoft Advertising SDK for Windows Phone 8.1 (XAML). Any idea why?
0
votes
1 Answers
1
votes
It is correct if you install Microsoft Advertising SDK for Windows Phone from this URL. In visual studio Windows Phone 8.1 XAML project:
- If your project targets Any CPU, update your project to use an architecture-specific build output (for example, x86).
- From the Solution Explorer window, right click References, and select Add Reference…
For a Windows Phone 8.1 project: Expand Windows Phone 8.1, click Extensions, and then select the check box next to Ad Mediator SDK for Windows Phone 8.1 XAML.

Modify the XAML for the page where you are embedding advertising to include the Microsoft.Advertising.WinRT.UI namespace.

More details, please see Add Microsoft Advertising SDK