Adcontrol Windows Phone 不显示 [英] Adcontrol Windows Phone does not show

查看:26
本文介绍了Adcontrol Windows Phone 不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已阅读此(类似)问题:

I have read this (similar) question: Windows phone ads not working And I have read this blog post. But it still does not work. I have the feeling that it has something to do with my references. Or is it that it does not show up debugging the app on my phone? (because my cpu is too old to run emulation)

my xaml:

xmlns:ads="clr-namespace:Microsoft.Advertising.Mobile.UI;assembly=Microsoft.Advertising.Mobile.UI"

and below:

<ads:AdControl x:Name="showMeTheMoney" 
                  ApplicationId="a pubcenter id" 
                  AdUnitId="a pubcenter ad unit id" 
                  HorizontalAlignment="Left"
                  Height="80" Margin="0,0,0,0" 
                  Grid.Row="1" 
                  VerticalAlignment="Top" 
                  Width="480"/>

in pubcenter I have registered the app and adunit and also the size (480 x 80) But it is still a black square on my phone. Also the manifest has the required rights:

解决方案

Ads using real ApplicationId and AdUnitId are not working in emulator, for testing you should use test values located here:
Test Values for AdUnitId and ApplicationId

这篇关于Adcontrol Windows Phone 不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆