Monday, December 10, 2018

Cordova, PhoneGap, Ionic - UWP Windows 10 Release Build Failed ( SQLlite )


Recently I had some issues of building packages for Windows 10 app I have developed using cordova. App was working in debug mode without issues. But in release mode it was crashing when opening the app.

So first question is how to find the errors when they only appear in release mode.


1. Go to the platform folder and open the windows native project.

2. Run windows native project in release mode and it will fail with the error message that it cant debug.

3. Now switch to debug mode and run your project .

4. In output window you will see all the errors.

5. Fix all errors and try to publish to windows store again.