Hi! I tried C2 r227 and still get an error when using PubCenter Ads for Win10 (with and without adding the reference to Ad SDK). Ashley
It shows this in the log most times:
APPHOST9623: "ms-appx://microsoft.advertising.javascript/ad.js" konnte von der App aufgrund des folgenden Fehlers nicht aufgelöst werden: 80070057.
I updated Visual Studio to the latest version.
/Edit: I managed to get an ad now (with added reference to Win10 Ad SDK) and I need to select X64 or X86 for testing to see an ad. But the shown banner has the wrong size. I selected 728x90 and OnStartofLayout > Bottom Center on title screen but it shows a tiny 90x700 banner in the placeholder and white background on the sides. Does it work for everyone else or is there something broken with pubcenter plugin?
And it seems "Any CPU" does not work for testing and building with the Ad SDK reference. And when I try to build for x86 and/or x64 I get this error:
Severity Code Description Project File Line Suppression State
Warning MSB3842 Project "LostFalconAssault" depends upon SDK "Microsoft Advertising SDK for JavaScript v10.0" which supports apps targeting "UAP 10.0". To verify whether "Microsoft Advertising SDK for JavaScript v10.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181. LostFalconAssault C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049
Warning MSB3842 Project "LostFalconAssault" depends upon SDK "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" which supports apps targeting "UAP 10.0". To verify whether "Visual C++ 2015 Runtime for Universal Windows Platform Apps v14.0" is compatible with "UAP 10.0.10240.0", contact the SDK author or see http://go.microsoft.com/fwlink/?LinkID=309181. LostFalconAssault C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets 2049
And some missing/wrong images:
Severity Code Description Project File Line Suppression State
Error APPX3210 App manifest references the image 'images\Logo.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 18
Error APPX3210 App manifest references the image 'images\storelogo.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 8
Error APPX3210 App manifest references the image 'images\splashscreen.png' which does not have a candidate in main app package. LostFalconAssault C:\Users\mail\Documents\Construct 2\Output\Lost Falcon\package.appxmanifest 19
How can I fix or ignore this to create the app package?