kogany
kogany

Reputation: 33

Microsoft Advertising SDK for Windows Phone

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?

Upvotes: 0

Views: 170

Answers (1)

Neal wang - MSFT
Neal wang - MSFT

Reputation: 323

It is correct if you install Microsoft Advertising SDK for Windows Phone from this URL. In visual studio Windows Phone 8.1 XAML project:

  1. If your project targets Any CPU, update your project to use an architecture-specific build output (for example, x86).
  2. From the Solution Explorer window, right click References, and select Add Reference
  3. 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. enter image description here

  4. Modify the XAML for the page where you are embedding advertising to include the Microsoft.Advertising.WinRT.UI namespace. enter image description here

    More details, please see Add Microsoft Advertising SDK

Upvotes: 1

Related Questions