ScruffyFurn / Windows-Unity-Ad-Network-Plugin

A Plugin for Unity3D that allows Admob and PubCenter Ads to be displayed on Windows Phone & Windows Store
MIT License
20 stars 13 forks source link

Duplicated Files in appManifest.xaml #2

Open carlosbueno90 opened 9 years ago

carlosbueno90 commented 9 years ago

Hello, i have like 2 days trying fix this problem but i cant :c

when i compile the solution in Visual Studio in the appManifest.xaml i get duplicated the Microsoft.Advertising.Mobile library, this si how the appManifest is builded.

<.Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="GN" EntryPointType="GN.App" RuntimeVersion="4.7.50308.0"> <.Deployment.Parts> <.AssemblyPart x:Name="GN" Source="GN.dll" /> <.AssemblyPart x:Name="Microsoft.Advertising.Mobile.Common" Source="Microsoft.Advertising.Mobile.Common.dll" /> <.AssemblyPart x:Name="Microsoft.Advertising.Mobile" Source="Microsoft.Advertising.Mobile.dll" /> <.AssemblyPart x:Name="Microsoft.Advertising.Mobile.UI" Source="Microsoft.Advertising.Mobile.UI.dll" /> <.AssemblyPart x:Name="Assembly-CSharp" Source="Assembly-CSharp.dll" /> <.AssemblyPart x:Name="GoogleAds" Source="GoogleAds.dll" /> <.AssemblyPart x:Name="UnityEngine" Source="UnityEngine.dll" /> <.AssemblyPart x:Name="UnityEngineProxy" Source="UnityEngineProxy.dll" /> <.AssemblyPart x:Name="WindowsHelperPlugin" Source="WindowsHelperPlugin.dll" /> <.AssemblyPart x:Name="Windows_Ad_Plugin" Source="Windows_Ad_Plugin.dll" /> <.AssemblyPart x:Name="WinRTBridge" Source="WinRTBridge.dll" /> <.AssemblyPart x:Name="WinRTLegacy" Source="WinRTLegacy.dll" /> <.AssemblyPart x:Name="Microsoft.Advertising.Mobile.UI" Source="Microsoft.Advertising.Mobile.UI.dll" /> <.AssemblyPart x:Name="Microsoft.Advertising.Mobile" Source="Microsoft.Advertising.Mobile.dll" /> <.AssemblyPart x:Name="Microsoft.Phone.Controls.Maps" Source="Microsoft.Phone.Controls.Maps.dll" /> <.AssemblyPart x:Name="BridgeInterface" Source="BridgeInterface.dll" /> <.AssemblyPart x:Name="UnityEngineDelegates" Source="UnityEngineDelegates.dll" /> <.AssemblyPart x:Name="UnityPlayer" Source="UnityPlayer.dll" /> <./Deployment.Parts> <./Deployment>

I dont have in my references the Miscrosoft.Adversiting or any other library.

I hope u can help me :D

srinivaskola commented 9 years ago

Hello, i have trying to integrate the Admob, but the add will not shown and set proper Unit ID. please current me...