Pranav Rai
Pranav Rai

Reputation: 359

Admob implemenatation in XNA on WP possible?

As a hobby project I have developed a simple 2D game using XNA for WP (7/8). Pubcenter has never given me an ad when testing (both on emulator and on the device), whicle I can confirm that it works because the test-mode ad works. Hence I am looking for alternatives - primarily AdMob by Google.

Unfortunately google has stopped its support for XNA since September 2013. I have tried using Adrotator to fetch ads using an AdMob ad-unit that I registered as for an IOS app - doesnt work.

Is there any way to get AdMob on XNA for WP presently ?

Thanks.

Upvotes: 2

Views: 463

Answers (1)

Alexander Smirnov
Alexander Smirnov

Reputation: 1655

AdMob is currently officialy supported under WP8. https://developers.google.com/mobile-ads-sdk/download#downloadwp

You realy should consider moving to Monogame as XNA is an abandoned engine. With monogame you can easily implement ads for variety of OSes.

Upvotes: 1

Related Questions