Dialog for first app open

How do I get the dialog that does not have alarm icon and have the message "Apple checked it for malicious software and none was detected" ?


https://support.apple.com/library/content/dam/edam/applecare/images/en_US/macos/Mojave/macos-mojave-notarized-app-alert-dark.jpg


My app is signed and notarized, but I am seeing on 10.15 the dialog with a yellow warning icon, and no affirmation of Apple's check for malicious software.

https://support.apple.com/library/content/dam/edam/applecare/images/en_US/macos/Mojave/macos-mojave-app-downloaded-from-internet-alert-dark.jpg


Images from this doc: https://support.apple.com/en-us/HT202491

Replies

I’m presuming that this is a duplicate of your other thread, and it seems that you’ve resolved things there (yay!).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Sorry, this is a different issue.

In my other issue (https://forums.developer.apple.com/thread/124378) the dialog was worse. It only had "Show in Finder" button, and "Ok" button, no "Open" button, and said something like "Apple couldn't check this for malicious software. This software needs to be updated"

Are you sure it’s that alert? In the doc you reference, it says:

Prior to macOS Catalina, opening an app that hasn't been notarized shows a yellow warning icon and asks if you're sure you want to open it:

indicating that the image is associated with 10.14.x (x >= 5), not 10.15.

Perhaps you could take a screen shot of the actual alert you get on 10.15 and then post it here.

Note DevForums doesn’t let you post images, so upload the screen shot to an image sharing service and then post the URL. That will require moderator approval, but I can sort that out.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I don't think there's errors in tam.le's screenshots. I'm seeing the same thing: in 10.14.6 opening my notarized app for the first time resulted in a dialog with the text "Apple checked it for malicious software and none was detected", but in 10.15 I get the yellow warning triangle when opening it: https://imgur.com/yXdWsKw

The "Apple checked it for malicious software and none was detected" dialog is gone in Catalina. Since Notarization is required for all apps, that notarization dialog is no longer necessary. What you are seeing is the normal dialog you get when downloading any app. Essentially, Apple is going back to the pre-notarization style of dialogs.

In that case the documentation linked in this thread is wrong.