A
A
Ant0n82016-01-17 13:34:55
.NET
Ant0n8, 2016-01-17 13:34:55

Installing AdRotator?

Project Type: Windows Store App. Installed the AdRotator plugin.
As it is written in the official instructions - inserted into the XAML code:

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

The compiler does not report errors. Ok, I launch - there are no ads. Unclear.
Good. Next, I opened the local settings file "defaultAdSettings.xml" and corrected the language.
<?xml version="1.0" encoding="utf-8"?>
<AdSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CultureDescriptors CultureName="en-US">
    <AdDuplex AppId="test_id" Probability="50" AdOrder="1"/>
    <PubCenter AppId="test_client" SecondaryId="Image480_80" Probability="50" />
  </CultureDescriptors>
</AdSettings>

Now I have en-US in the system. But it doesn't matter - no matter what I write, it still doesn't work.
Also, if you change the value of the Probability and AppId parameter - nothing.
Please tell me how to configure this plugin to work correctly. I read a thousand forums - the result is only this - it does not write errors and does not display anything. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vyacheslav Zolotov, 2016-01-19
@SZolotov

in the assembly what language? what language is in the application manifest?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question