我想在windows phone8.1中集成admob和adrotator。
xmlns:adRotator="using:AdRotator"
.....
<adRotator:AdRotatorControl
x:Name="MyAdRotatorControl"
AdHeight="90"
AdWidth="728"
LocalSettingsLocation="defaultAdSettings.xml"
AutoStartAds="True" />它会给我一个错误,比如
Cannot find type System.Windows.Controls.UserControl in module System.Windows.dll.请给我如何在windows phone 8.1上使用adrotator的解决方案。提前谢谢。
发布于 2015-04-11 22:42:45
现在这是不可能的,因为Ad Rotator使用的是Windows phone8.0 AdMob SDK。您看到的错误与尝试在Windows phone8.1项目中使用Windows Phone 8.0 AdMob SDK时得到的错误相同。参见this google groups post。除非谷歌发布Windows phone8.1版的AdMob SDK,否则Ad Rotator + AdMob将无法在Windows phone8.1上运行。
https://stackoverflow.com/questions/29161240
复制相似问题