YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
276 stars 68 forks source link

This app package's publisher certificate could not be verified #214

Open hosamyousof opened 1 year ago

hosamyousof commented 1 year ago

I would like to publish outside the store. I created a .pfx using openssland run the command

flutter pub run msix:publish

After publish is done successfully I opened the *.appinstaller file to install the app but I got the following message.

How can I avoid installing the certificate manually on clients computers and just let them install our app from the *.appinstaller or *.msix file directly without extra steps.

image

darkomenx commented 7 months ago

Same with this command : dart run msix:create

same result with y or N at this question : Do you want to install the certificate: "test_certificate.pfx" ? (y/N)

a313 commented 2 months ago

Any update?

Faiizii commented 1 month ago

Same with this command : dart run msix:create

same result with y or N at this question : Do you want to install the certificate: "test_certificate.pfx" ? (y/N)

I have notice one thing. this step install the test_certificate but its validity starts after three days.