I have created an application installer using Qt ifw for installing my custom application in Mac OS(Catalina). But when try to install it, Mac OS says it cannot be open since app from unidentified developer. I know that by code signing I can do that by publishing through app store. But is there any other possible way to simply prompt the user and add my app as "trusted" programatically?
Asked
Active
Viewed 217 times
1
-
1I doubt it, as that would render the whole codesigning+notarizing process pointless. – Frank Osterfeld Apr 16 '20 at 16:19
-
1Maybe you could have a look at https://skyronic.com/2019/07/app-notarization-for-qt-applications/ to see how you can make your app notarized. – Smek Apr 17 '20 at 07:23
-
@Smek its worked bro. Thanks a lot. – Rajeesh Raveendran Oct 29 '20 at 17:02
-
@Smek That link is not accessible anymore. oh man!! any idea? – Rajeesh Raveendran Jan 07 '21 at 18:21
-
@RajeeshRaveendran, I'm sorry no idea. Maybe this post helps https://forum.qt.io/topic/96652/how-to-notarize-qt-application-on-macos/2 – Smek Jan 14 '21 at 09:10