简体   繁体   English

Windows Phone 8.1中的Adrotator。 XAML

[英]Adrotator in Windows Phone 8.1. XAML

I want to integrate admob with adrotator in windows phone 8.1 . 我想在Windows Phone 8.1中将admob与adrotator集成。

xmlns:adRotator="using:AdRotator"
.....
 <adRotator:AdRotatorControl 
    x:Name="MyAdRotatorControl"
    AdHeight="90"
    AdWidth="728"
    LocalSettingsLocation="defaultAdSettings.xml"
    AutoStartAds="True" />

it gives me an error like 它给我一个错误

Cannot find type System.Windows.Controls.UserControl in module System.Windows.dll.

please give me solution how to use adrotator with windows phone 8.1. 请给我解决如何使用带有Windows Phone 8.1的adrotator。 thanks in advance. 提前致谢。

Right now this is not possible because Ad Rotator uses the Windows Phone 8.0 AdMob SDK. 目前,这是不可能的,因为Ad Rotator使用Windows Phone 8.0 AdMob SDK。 The error you are seeing is the same error you will get when trying to use the Windows Phone 8.0 AdMob SDK inside a Windows Phone 8.1 project. 您看到的错误与尝试在Windows Phone 8.1项目中使用Windows Phone 8.0 AdMob SDK时会出现的错误相同。 See this google groups post . 看到这个google群组帖子 Until Google releases their AdMob SDK for Windows Phone 8.1, Ad Rotator + AdMob will not work on Windows Phone 8.1. 在Google发布适用于Windows Phone 8.1的AdMob SDK之前,Ad Rotator + AdMob将无法在Windows Phone 8.1上运行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM