Microsoft Advertising SDK for Windows Phone - windows-phone-8

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?

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

Related

Windows Phone 8.1/8 SDK

What installations I require for Windows Phone 8.1/8 SDK?
I have been through How to get started with windows phone SDK 8.1?
, but no luck.
Its ok if anyone wants to down vote. But please help me get through the installation. :)
You need Visual Studio 2013 update 2 or later. You can download the latest free version here:
Microsoft Visual Studio Express 2013 for Windows with Update 3
To run it you need at least Windows 8.1.
If you want to use the emulators, you need Windows 8.1 Pro x64, but if you have a physical Windows phone 8.1 device, you can use it to test your apps, instead of the emulators
First of all for windows phone 8/8.1 you would be needed to have windows 8.1 (x64)Operating System, Then you should check for whether your System is Supporting Hyper-v and SLAT or not.
To check for Hyper-V and SLAT, You can have Refrence from here Does my processor support Hyper-V : Coreinfo
If you have Hyper-V and SLAT, you are ready with Devlopment for windows phone 8/8.1.
for Development of windows phone 8/8.1 You would be needed to install Visual Studio 2013 with update 2 or later. here is a download link for Express 2013 for Windows that can be used for windows, windows phone as well as for Universal Apps.
for windows phone 8.1 emulators, you can download them from here windows phone 8.1 emulators

Is It possible To develop windows phone 8 apps in windows phone SDK 8.1 with Visual studio 2013

i have windows phone 8(Nokia lumia 525)
Is It possible To develop windows phone 8 apps in windows phone SDK 8.1 with Visual studio 2013?
Is there any problem like emulator problem, hosting app to windows store problem, windows azure for notification problem?
I am a fresher now only enter into development could you please solve my problem
Thank you so much
Yes you can. Just select Blank App (Windows Phone Silverlight) instead of Blank App (Windows Phone) and select the target windows phone OS version to 8.0. You're done. Refer the below image for more information.

portability of windows 8 phone library to wp 8.1

I have a windows phone class library built using the WP8...Is it possible to upgrade this library to support WP 8.1? If yes how can it be done using visual studio 2013?
I would strongly suggest to create a new Portable Class Library instead of a Class Library. Theese PCLs can then be used in Windows Phone 8.1 and Windows 8.1 Projects.
If the Library worked on Windows Phone 8, you should be able to simply copy over the code from the Class Library to the PCL.
Depends on if you want to use it with Windows Phone Silverlight 8.1 or Windows Phone 8.1 (XAML).
For Windows Phone Silverlight 8.1 you do not need to do anything, you can reference your WP8 lib from a Windows Phone Silverlight 8.1 without any problems. You can upgrade it to 8.1 in Visual Studio (right click on project and Retarget to Windows Phone 8.1).
You cannot use a WP8 lib with Windows Phone 8.1 (XAML) app and you cannot upgrade it to be used with Windows Phone 8.1 (XAML), you need to create a new one a copy and paste parts that work with Windows Phone 8.1 (XAML).

Difference between Windows Phone project and Silverlight Windows Phone project in Visual Studio 2013

I recently updated my Visual Studio 2013 such now it allows to develop Windows Phone 8.1 applications.
But now, when I create a Windows Phone project, it is systematically for WP 8.1 and I can't change the target.
The only way I found in order to develop WP 8.0 apps it's to create Silverlight Windows Phone project.
Whence my question : What's the concrete difference between Windows Phone project and Silverlight Windows Phone projet in Visual Studio 2013 ?
Thanks for any answer
The Windows Phone project uses the Windows Runtime APIs. A lot of the Windows Runtime API introduced in Windows Phone 8 project is common to both Windows Phone 8 and Windows 8, making it easier to write once and share code between your apps on both platforms.
As expected the Windows Phone Silverlight project uses the Silverlight based APIs.

How do you set up Windows Ads in Windows 8.1 MonoGame Store apps?

I'm using MonoGame to create a Windows Store game based on sprites but when I right-click my project and try to add pubCenter integration in as a connected service it doesn't have the option to add any connected services.
That being said, how would you add pubCenter Windows Ads in to MonoGame applications?
I am using Windows 8.1 and Visual Studio 2013, with the latest Advertising SDK extension installed correctly on my machine.
Whoops, looks like I forgot to set my project's Target Platform Version to Windows 8.1! Hope this helps other people out; the latest build (as of right now) enables your platform to only Windows 8 by default.