Dragon
Dragon

Reputation: 136

AdMob not working in windows phone 8

I am using admob in my windows phone 8 app, but it is throwing an exception -

Ad Network Not Available

and it is not showing any banner because of the problem.

Which variable am I missing or is it the SDK issue?

<google:BannerAd
        AdUnitID="a1521709bd7f585" VerticalAlignment="Bottom" Height="60"  Name="AdControl" IsEnabled="True"
             AdFailed="IntubeAdFailedHandler"
             AdLeavingApplication="IntubeAdLeavingApplicationHandler"
             AdPresentingScreen="IntubeAdPresentingScreenHandler"
             AdReceived="IntubeAdReceivedHandler"/>

Upvotes: 0

Views: 1798

Answers (1)

Josue Yeray
Josue Yeray

Reputation: 1163

This can be caused by low ads inventory for your region and Windows Phone platform in AdMob. You can use the TestMode integration settings for Development stage as seen here.

Upvotes: 1

Related Questions