adduplex

WIndows Phone AdMediation control doesn't work with adduplex

帅比萌擦擦* 提交于 2019-12-12 05:39:18
问题 I've integrated the AdMediation control into my Windows Phone app. This works fine for pubCenter and Google AdMob but not for adduplex. According to the documentation, I've used the App ID from adduplex (App key in adduplex dashboard) but I still get a configuration error banner displayed. I found this blog post a few days ago. The post says that I have to use the Ad unit ID (banner in adduplex dashboard) instead of the App key but this it does not work either. Can somebody who is using the

Adduplex showing error “ad unit configuration error”

这一生的挚爱 提交于 2019-12-11 19:57:16
问题 I have a Windows Phone App in which I want to integrate Adduplex. I followed the step in their page. But when I run the App it is showing "ad unit configuration error". I have entered these in MainPage.xaml xmlns:ad="using:AdDuplex.Universal.Controls.WinPhone.XAML" and <ad:AdControl x:Name="adDuplexAd" AppId="72cf2095-a3a4-44b5-94b0-54f7d40d7d25" Margin="0,3,0,0" Canvas.ZIndex="1" VerticalContentAlignment="Top" VerticalAlignment="Top" /> Here is the screenshot of the displayed error: 回答1: