Upgrading an Windows Phone 7.1 App to Windows Phone 8.1 App Certification Fails?

69 Views Asked by At

We are unbale to Pass Windows App Certification Kit test (WACK Test) for windows phone 8.1 application.

It is producing below error in Debug configuration test,

The debug configuration test detected the following errors: 1)The binary Phone.Controls.dll is built in debug mode.

Impact if not fixed: Windows Phone 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 the release configuration— ranjit kumar gs, Today 14:04

1

There are 1 best solutions below

0
clark173 On

Should be able to just select a release build for compilation in Visual Studio as opposed to debug build. As mentioned by the error, the Windows Phone store does not accept debug builds as they are not optimized.