I have a Cordova application and I want to create an appx package to publish it. Basically the application generates Excel files and it works well.
The fact is that when I specify my own certificate in the file package.windows.appxmanifest, and I started the application (in debug or release mode in VS), my generated files are damaged. I get the same behavior on the device. In addition, I can generate APPX even if it creates corrupted files.
What am I doing wrong here?
source
share