-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Maybe I'm missing something (it wouldn't be the first time), but when I run my apps through the certification check, all of the plugin's .dlls get flagged for being built in debug mode. From what I have read, this wasn't an issue on Windows Phone 8, but started cropping up in 8.1. I don't know if that's true for apps in the Store. Is it possible to get the .dll files rebuilt as release versions? I can't seem to find any other way to work around this except to ask for a rebuild directly from ScruffyFurn himself.
Here is the cert failure messages from the Windows Store version for reference:
Error Found: The debug configuration test detected the following errors:
The binary Windows_Ad_Plugin.dll is built in debug mode.
The binary Microsoft.Advertising.WinRT.UI.dll is built in debug mode.
The binary Microsoft.Advertising.WinRT.dll is built in debug mode.
Impact if not fixed: Windows Store doesn’t allow a debug version of an app.
How to fix: Please make sure the app isn’t linking to any debug versions of a framework, and it is built with release configuration. If this is a managed app please make sure you have installed the correct version of .NET framework.