I have developed a MacOS app with wxwidgets 3.2.5 and made a release .dmg file. When I open the generated file, app is working fine. But when I upload this .dmg file to my web server and download it from there it stops working and error “…is damaged and can’t be opened. You should eject the disk image.” is popping up, no way to ignore the dialog and open the app.
I tried to upload and download from Google Drive, it’s throwing the same error. I don’t have an Apple developer account and did not do any code signing and Notarization thing. Do I really need to sign the app for distributing on my website? or this is not related to code signing.
2