Windows phone ads not working

前端 未结 3 719
感动是毒
感动是毒 2020-12-28 20:12

I am trying to integrate ads into a already successful deployed app. However no matter what I do, I cannot seem to get the ads working. I have tried using both the code vers

3条回答
  •  感情败类
    2020-12-28 21:03

    One more think to note for those still struggling

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

    As in example. Declaring ads and the namespace is super important. In my project i just inserted the adcontrol part alt + enter for resharper to do the rest of the work which he didnt. He replaces ads with UI and there was no error compilation still the ads wouldn't show. When i declared ads myself and changed the adcontrol namespace. Everything worked fine.

提交回复
热议问题